Skip to main content

File Requirements

Supported Encodings

Smelt supports multiple character encodings:
When in doubt, use UTF-8. It handles international characters and is the most widely compatible.

Exporting as UTF-8

  1. File → Save As
  2. Choose “CSV UTF-8 (Comma delimited)”
  3. Save

Duplicate Detection

Smelt automatically detects duplicates in your data:

What’s Detected

Where Duplicates Are Shown

The file detail page displays:
  • Duplicate count for each key field
  • Which rows contain duplicates

How Duplicates Affect Processing

Duplicates are still processed — each row generates output.
Smelt doesn’t automatically remove duplicates. Each row in your CSV will:
  • Be processed by your templates
  • Generate its own output
  • Count toward your usage
Consider deduplicating before upload if you want to:
  • Save on usage costs
  • Avoid sending duplicate emails
  • Keep your data clean

Best Practices for CSV Formatting

Row 1 should contain column names, not data.
Keep naming consistent across files if you reuse templates.
CSVs don’t support merged cells. Unmerge before exporting.
Trim whitespace, fix obvious typos, remove empty rows.
Simple alphanumeric column names work best.

Common Encoding Issues