CSV import broken with Mac line-endings
-
Please add
ini_set("auto_detect_line_endings", true);
to CSV-import before reading file, it will solve problems with Mac line-endings
https://php.net/manual/en/filesystem.configuration.php#ini.auto-detect-line-endings
- The topic ‘CSV import broken with Mac line-endings’ is closed to new replies.