UseCRLFFileReader

Top  Previous  Next

S

A

W

WS

ü

ü

Valid for: SetStartup

 

Syntax -

SetStartup UseCRLFFileReader {"Yes" | "No"}

 

Description:

EMUEs standard file reader will sometimes truncate a line at the first control character. If a file has separate carriage returns and line feeds throughout or other control characters that cause EMUE to not read the entire line, then UseCRLFFileReader can be used to treat everything before a combined carriage return line feed (CRLF) as a single line. This can be helpful for HL7 interface records or other files that may contain control characters. This option values the Use CRLF File Reader check box on the Misc. tab of the EMUE Tools - Current Settings - Option Settings dialog.

 

Sample:

       The following statement instructs EMUE to use the CRLF file reader so that everything before a combined carriage return line feed (CRLF) is treated as a single line.

SetStartup UseCRLFFileReader "Yes"