It is proposed that the server side routines that import feed files
tolerate the cr/lf sequence for line ends.
It is also proposed that the server side routines tolerate a line end
sequence on the last import line.
(Both of the above may be true today - I am just going by what I am
seeing in the current sample feed files which in most cases use a LF
as line end (there are isolated cases of CR) and the last line is
missing a line end - probably the result of an export using a Unix
tool.)
The current spec states:
Field values may not contain tabs, carriage returns or new lines. If a
field contains any of these characters, we will not be able to process
that data.
It is proposed that carraige returns be tolerated (I'm not sure what a
new line is so I may be asking that they be tolerated too!:) in the
feed files.