Taking in a file that is in Ascii (CR/LF at the end of every record). The file is pulled into the flow using File channel/receiver and then is written from the folder/file on the Landmark server to our LSF server which is Linux. That file is passed to a SysCmd Node that does an importdb. I cannot get the importdb to work. If I run the same script from the command prompt in LID - it works fine. I've tried binary, US-ASCII and blank for the encoding types and nothing works - I get the same result every time.
I get this error on EVERY line and no records upload - Field 21 is the Line Feed on every line - it is as if it is treating the second part of the CR/LF as a separate field
Warning: line 1, Field 21:
- Was converted to Uppercase.
Any thoughts on how to handle this?