import
import copied to clipboard
Importing files with CRLF line endings leads to unexpected results
Importing a file with DOS-style CRLF line endings leads to unexpected behaviour. For example when importing attribute sets this leads to only the first row being imported and the attribute_set_code being set to null.
For those requiring a quickfix, you need to install the dos2unix command and update the CSV file using dos2unix csvfile.
Short update: The problem does not seem to be related to CRLF line endings. Windows style Byte Order Marks (BOM) do seem to cause the problem. We created an internal ticket for stricter validation of input files. I will update you on the progress.