Symptom: "CSV upload failed" or no file accepted
- Confirm the file is saved as
.csv, not .xls or .xlsx.
- Re-save with UTF-8 encoding: in Excel, File → Save As → CSV UTF-8 (Comma delimited).
- Open in a plain text editor and confirm the first row is a header row with comma-separated values.
- Remove special characters from the filename.
Symptom: Columns not mapping correctly
- On the column-mapping screen, manually assign each column to the correct field.
- Avoid special characters, line breaks, or leading spaces in your column headers.
- Custom fields must be mapped explicitly to
custom1–custom10 - they do not auto-map.
Symptom: Some recipients missing after upload
- Check your CSV for rows missing a street address - rows without required fields are silently skipped.
- Remove blank trailing rows.
- After uploading, compare imported recipient count to your CSV row count (minus the header row).
- Use the Invalid Address filter to find rows rejected due to verification failures.
Symptom: Addresses showing as invalid after upload
- Use the Invalid Address filter on your mailing list to view flagged recipients.
- Edit each flagged recipient and correct the address. Verification re-runs automatically on save.
- If a valid address keeps failing, try reformatting the ZIP code and ensure the state abbreviation matches USPS standards.
Symptom: CSV preview shows scrambled or misaligned data
- Open in a text editor and look for values with unescaped commas - wrap them in double quotes (e.g.,
"Smith, John").
- Confirm the delimiter is a comma (some Excel regional versions export semicolons).
- Re-export using CSV UTF-8 (Comma delimited) and try again.