Docs
csv, column, consolidated, merged, excel, sheet, bulk, upload, operation
While performing bulk operations, all the columns are consolidated into a single column in the templ
On Microsoft Excel, Navigate to settings > language > related settings > administrative language set
38641399
2021-11-08T05:00:47Z
2023-01-17T10:01:01Z
171
0
0
252712
While performing bulk operations, all the columns are consolidated into a single column in the template upload file.
Scope
Bulk operations - Map unmatched CSV columns from dropdown
The columns are not mapped correctly in the CSV template file.
The data is merged under one column in the CSV file.
Summary
The issue generally happens because of the regional settings. In some countries (like Denmark) they use “;” to separate tabs in .csv by default rather than “,” and that tricks the system.
Solution
On Microsoft Excel, Navigate to settings > language > related settings > administrative language settings > formats > additional settings > and change “list separator” to “,“. Then you have to save the .csv as a new file (replace the old one) and it shall work as expected.