Countries
Standardize country names for a CRM import ("USA" is not a valid Country)
CRMs with a Country picklist reject "USA", "US", or "America" when the allowed value is
"United States", so the import fails on rows that look perfectly fine. The fix is to
standardize every spelling to the exact value your CRM expects, before you import. Sift does
this in your browser: it canonicalizes the common country aliases, lets you value-map any
variant to your CRM's allowed value, and flags mismatches per row. The file is never
uploaded.
Standardize your countries in Sift, free →
What goes wrong
In your fileWhat the picklist wants
USA→United States
U.S.A.→United States
America→United States
CA→Canada
Each of these rows looks correct to a human, but the picklist only accepts one exact string.
Anything else is rejected or imported blank, and a 5,000-row list can fail on hundreds of
rows that differ only in spelling.
The manual fix
- Build a find-and-replace mapping of every spelling you see ("USA", "US", "U.S.", "America") to the one value your CRM allows.
- Watch the case and punctuation: "usa", "U.S.A.", and "U S A" are all different strings to a plain find-and-replace, and it's easy to miss one.
- Repeat for every country in the file, not just the United States, because "UK", "Britain", and "England" have the same problem.
- Redo the whole mapping the next time you import, because the next export brings the same messy variants back.
The Sift fix
- Drop your CSV or Excel file into Sift. It runs in your browser; the file is never uploaded.
- Sift canonicalizes the common country aliases automatically: USA, US, U.S., America, and United States of America all become United States; CA and Canada become Canada, and so on.
- Value-map any spelling that's specific to your list to your CRM's exact allowed value, so nothing is left to guess.
- Check against the picklist: map your file to your CRM's Country template and Sift compares the column to the allowed values, flagging every mismatch per row before you import.
- Review each change with a before/after diff, then export a clean CSV ready to import.
Everything runs locally in your browser. Your contact and account data never leaves your
device, so it's safe for lists you couldn't paste into a web tool or an AI chatbot.
What Sift can't fix
Honesty matters here: every CRM picklist has its own exact required spelling, so you still
need to map to your target's allowed value. Sift standardizes the common aliases and any
variants you configure, but it will not guess an ambiguous or obscure place name. If a value
could mean more than one country, or it's a place Sift doesn't recognize, it flags the row for
you rather than picking a spelling on your behalf.
Related guides