Importing a plain PICA record with Windows line endings (CR LF) gives me something like: ```json { "_id" : "67890\r", "record" : [ [ "003@", "", "0", "67890\r" ] ] }] ``` with spare `\r`. Are PICA records expected to have Unix line endings?
Importing a plain PICA record with Windows line endings (CR LF) gives me something like:
{ "_id" : "67890\r", "record" : [ [ "003@", "", "0", "67890\r" ] ] }]with spare
\r. Are PICA records expected to have Unix line endings?