Closed mwells3 closed 11 years ago
The current import does not support csv files from a mac. You need to add ini_set("auto_detect_line_endings", "1"); before the fopen() in the csv.php file this will correct the import issue and allow csv files from a Mac.
The current import does not support csv files from a mac. You need to add ini_set("auto_detect_line_endings", "1"); before the fopen() in the csv.php file this will correct the import issue and allow csv files from a Mac.