Win2Unix record conversion

Filter:

Win2Unix

Syntax:

Win2Unix

Operands:

none

Functional Description:

Use the Win2Unix stage to convert records from Windows format of ending in carriage-return linefeed-only (CRLF) to Unix format of ending with only a linefeed (LF). This filter delays the passing of its input stream to its output stream by ONE record.

This filter reads each record from its primary input stream into a buffer, then consumes an input record before it writes the contents of the buffer to its primary output stream.

Secondary Input/Output:

none

Synonyms:

none

Usage Notes:



JAVA Pipelines

Cullen Programming logo