
Originally Posted by
phazei
I found the problem and was able to import it in just fine.
It's a CR/LF aka \r\n aka chr(13)chr(10) issue.
The function I use only uses LF as a end of line terminator.
That's fine for windows and linux users, since they use that (windows uses both). But I'm guessing you're using a mac, since all your lines were terminated by a CR only, which doesn't work, unless you're on a mac...
Chances are if you just exported and imported without editing, it would probably work, but that's useless.
You need to save it windows compatible.
And if you're not on a mac... I'm lost as to why you're lines end in CR instead of LF.
Bookmarks