Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: roepergHi
I am trying to import a pipe delimited file and have been unable to figure out how to represent a line feed in the RecordDelimter field. If I leave it blank the node fails validation. I have tried 0A, x0A, 0D0A, x0D0A and a couple of wild guesses like <CRLF> but nothing works. This is a standard MS-DOS text file. The field delimiter ("|") works fine.
Greg