Drop NULL records

Filter:

DROPNULL

Syntax:

DROPNULL

Operands:

None

Functional Description:

Use the DROPNULL stage to discard all null records from its input stream.

Secondary Input/Output:

None

Synonyms:

none

Usage Notes:

The following example will drop all null records.

< test.file | DROPNULL | > output.file



JAVA Pipelines

Cullen Programming logo