Symptom
Error while importing .zip files in Import employee data.
''Invalid file format specified. Please ensure the imported file is in CSV format''
*Image/data in this KBA is from SAP Internal Systems, sample data, or Demo Systems. Any resemblance to real data is purely coincidental*
Environment
- SAP SuccessFactors HXM Suite
- SAP SuccessFactors Employee Central
Reproducing the Issue
- Import Employee Data-> any option (termination details is just an example)
- Import the .zip file containing the .csv import file.
- Validate or Import.
- Error: Invalid file format specified. Please ensure the imported file is in CSV format.
Cause
Check the import file and note that the values were not each put in separate rows/columns, they were instead separated by the ';' symbol.
Resolution
In order to use the import file correctly, each value should be put in its own row/column.
If your import files all use the ';' separator, there is a quick way to change them from all being in the one row/column and separated, to all being in separate rows/columns as needed, according to online articles. Please see the steps below that I used to change the format of the file you attached, for example:
- Open your CSV file using a text editor.
- Windows: NotePad (notepad.exe)
- Mac: TextEdit (textedit.app)
- Press Enter to create a new line at the very top of the file, and add sep=; if the separator used in the CSV is a semicolon (;), or sep=, if the separator is a comma (,).
- Save your changes (command + S or control + S), then re-open in any Spreadsheet app.
See Also
Keywords
zip format, import, import zip file, error, .zip, composite, csv file, error, Invalid file format specified. Please ensure the imported file is in CSV format , KBA , LOD-SF-EC-EDP-TER , Termination Details Import , Problem