Concatenate Records

Filter:

CONCAT

Syntax:

CONCAT

Operands:

None

Functional Description:

Use the CONCAT stage to concatenate one or more input records from each of two input streams into a single output record. CONCAT reads records from its primary and secondary input streams, concatenates the records, and writes the concatenated records and writes to its primary output stream, if it is connected. Records are concatenated in the order in which they appear in the input streams.

Secondary Input/Output:

Required

Synonyms:

none

Usage Notes:

The following example will concatenate all records from both input files.

< /home/temp/file1.txt | b: concat | > combined.txt ? < /home/temp/file2.txt | b:



JAVA Pipelines

Cullen Programming logo