Data import & export issues
Fix problems with CSV imports, exports, and data transfers
CSV import problems
Import fails with "invalid format" error
Most common cause: Wrong column names
Required column: email
Optional columns: name, first_name, last_name, company, website, phone
Fix:
- Open your CSV
- First row must be headers
- Rename columns to match exactly (case sensitive!)
- Save
- Try import again
Example good CSV:
email,name,company
john@example.com,John Smith,Acme Corp
sarah@test.com,Sarah Jones,Tech LLC
"duplicate emails found"
What this means:
- Some emails in your CSV are already in Clients.ai
- OR you have duplicates within the CSV itself
What to do:
- Choose "Skip duplicates" (safest)
- OR "Update existing" (overwrites old data)
- OR clean your CSV first in Excel (Remove Duplicates feature)
Only some rows imported
Check for:
- Invalid email addresses (missing @)
- Special characters in names
- Extra commas in data fields
- Blank rows
How to fix:
- Export the failed rows (Clients.ai shows you which ones)
- Fix the issues
- Import just those rows again
Can't find the import button
Where it is:
- Go to Leads page
- Top right corner
- "Import Leads" button
Don't see it?
- You might be on Flow-specific leads view
- Go to main Leads page (/leads)
- Should appear there
CSV export problems
Export shows weird characters (ñ becomes ã±)
Encoding issue!
Fix in Excel:
- Don't double-click the CSV
- Open Excel first (blank workbook)
- Data → From Text/CSV
- Choose your file
- File Origin: 65001 Unicode (UTF-8)
- Load
Fix in Google Sheets:
- File → Import
- Upload your CSV
- Import location: Replace current sheet
- Separator type: Detect automatically
- Convert text to numbers/dates: No (keep unchecked)
Export only shows 100 leads
This is the page limit:
- Clear any filters
- Click "Export All" (not just "Export Page")
- Should get all leads
If still limited:
- You might be on filtered view
- Click "Clear Filters"
- Try export again
Missing columns in export
By default, export includes:
- Name
- Date added
- Source Flow
To get custom fields:
- They should export automatically
- If missing, those fields might be empty for all leads
- Check a few leads manually to confirm data exists
Export button doesn't work
Try:
- Different browser
- Disable ad blocker
- Check browser console (F12) for errors
- Try exporting just 10 leads first (add filter)
Data not showing up
Imported leads aren't appearing
Check:
- Did import actually succeed? (should see "X leads imported")
- Check if you assigned them to a specific Flow
- Go to that Flow's leads (not main Leads page)
- Check date filters (might be filtering them out)
Exported CSV is empty
Possible reasons:
- No leads exist
- All leads are filtered out
- Export failed silently
To fix:
- Go to Leads page
- Clear ALL filters
- See if any leads appear
- If yes, export should work
- If no, you genuinely have no leads
Formatting issues
Phone numbers losing leading zeros
Excel is "helping" you:
- 07700900000 becomes 7700900000
- This is Excel, not Clients.ai
Fix:
- Before importing to Excel, open in Notepad
- Or format phone column as Text before importing
- Or use Google Sheets (doesn't do this)
Dates showing as numbers (45236 instead of 2023-11-14)
Excel date format issue:
- Select date column
- Format Cells → Date
- Choose your preferred format
- Apply
Names split weirdly (John Smith in two columns)
Your CSV has:
- first_name,last_name columns
What Clients.ai uses:
- name column (full name in one field)
To merge in Excel before import:
- Add column called "name"
- Formula: =A2&" "&B2
- Drag down
- Copy, Paste Special → Values
- Delete old first_name and last_name columns
Large file problems
Import timing out on large CSV
If you have 10,000+ leads:
- Split into smaller files (2,000 each)
- Import one at a time
- Wait for each to complete before next
Progress bar stuck:
- Don't refresh!
- Large imports can take 5-10 minutes
- Go make coffee
- Come back
Export taking forever
For huge lead lists:
- Export happens in background
- You'll get download link when ready
- Check your email
- Might take up to 30 minutes for 50,000+ leads
Special cases
Importing from another CRM
If exporting from HubSpot, Salesforce, etc:
- Export from that CRM
- Open CSV
- Rename columns to match Clients.ai format
- Delete columns you don't need
- Import
Email is the only required field
Migrating between Clients.ai accounts
Export from old account:
- Leads → Export All
Import to new account:
- Leads → Import
- Choose the CSV
- Done!
Note: Flow associations won't transfer - you'll need to assign to new Flows
Backup your data
Best practice:
- Export all leads monthly
- Save to Google Drive / Dropbox
- If anything goes wrong, you have a backup
How:
- First day of each month
- Leads → Export All
- Save with date in filename (Leads_2024-11-01.csv)
- Keep last 6 months of backups
Getting help
Contact support if:
- Import fails with no error message
- Export completely broken
- Data looks corrupted
- You need to merge accounts
Include in email:
- Screenshot of error
- Sample of your CSV (first 3 rows)
- How many total rows
- What you were trying to do
Email: hi@clients.ai
Related articles
Was this article helpful?
Still have questions or need personalized help?
Already a Clients.ai user? Log in here for in-app support.
