Forum Moderators: travelin cat
The file is supposed to be comma separated for the fileds and return separated for the end of record delimiter. It also requires headers. I have it set up like they tell you to but it doesn't work.
I wonder if it has anything to do with creating the files on the Mac. It goes on an UNIX server. Note sure what the LinksManager database is.
Your blitz tutorial on line endings follows:
Mac OS Line Endings: Carriage returns, ASCII : 13
Unix Line Endings: Line Feeds, ASCII: 10
Windows Line Endings: Carriage Return + Line Feed (CRLF)
If the online app is expecting a different line ending, it's going to read your Mac file as one overlong record.
You may be able solve this simply by saving out of Excel int CSV Windows format (lower down the list).
BTW, do you need to fix a bunch of files that already exist?
Line breaks:
Save your file with Unix or DOS line breaks. A good text editor, like BBEdit (even the free one) will let you do this. On my machine TextEdit save files with Unix line breaks as well.
Meta Data (for lack of a better term):
If you're creating the CSV text files in TextEdit, make sure you select Make Plain Text form the Formatting menu. Otherwise it creates an RTF file which includes a bunch of extra formatting data, like Word would do.