NMS: Importing from CSV and the Mac line ending problem. A solution

Do something cool with CMS? Show us ...
This board is for 'Answers', and the discussion of answers... Not for questions.
Post Reply
User avatar
tinhat
Forum Members
Forum Members
Posts: 65
Joined: Fri May 23, 2008 6:33 am

NMS: Importing from CSV and the Mac line ending problem. A solution

Post by tinhat »

I've implemented NMS on the www.edwardsmichael.com.au website and ran into a problem with importing users from CSV when the file is a CSV with mac line endings.

I modified the file action.do_import_users.php and added this line at the beginning of the code
[php]
ini_set('auto_detect_line_endings', true);
[/php]
Post Reply

Return to “Tips and Tricks”