CSV Upload Errors
Fix issues with bulk candidate imports and file format problems
csvbulk uploadimport errorfile format
CSV upload errors occur due to formatting issues, missing required fields, or invalid data.
Required Format
CSV must include headers: email, first_name, last_name. Each email must be unique and valid. Maximum 500 rows per upload.
Common Errors
File contains duplicate emails. Missing or misspelled column headers. Special characters in names (use UTF-8 encoding). File size exceeds 2MB.
Excel files (.xlsx) are not supported. Export to CSV before uploading.
Was this article helpful?