There are 2 forms of the end-of-record (EOR) marker.
- On UNIX, it is a single byte LF (x'0A').
- On Windows, it is a two byte CRLF (x'0D0A').
The DataConnector operator examines the input file and uses the EOR that it finds. Files may be FTP’d between platforms.