don't extract ids

This commit is contained in:
dal 2025-05-01 12:35:04 -06:00
parent b0e1422ec9
commit da018c570f
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 0 deletions

View File

@ -1069,6 +1069,7 @@ DO NOT include:
3. Generic attributes (e.g., "name", "id", "date")
4. Common words or very short terms (1-2 characters)
5. Numbers without context
6. UUIDs or other machine-generated identifiers (e.g., "9711ca55-8329-4fd9-8b20-b6a3289f3d38", "cust_12345", "1234445556667")
Extract only SPECIFIC, DISTINCTIVE values that would be stored in a database as actual values in columns.