Skip to main content
Skip table of contents

Handling Empty Lines When Composing a Flat File

If the Flat File composer receives an empty class, it produces an empty line.

The options ignoreEmptyRecords and ignoreEmptyStrings on the flat file record definition only apply to flat file parsing. For flat file composing they have no effect.

For flat file composing, you need to check if the flat file record contains data when building the flat file structure, e.g. by using the exists() operation when appending records to the data object.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.