About Records for Network Integrity File Parser Processors

You can specify multiple header, body, or trailer records. If two header records are defined, the first two records in the file are header records and must match the definition specified. Similarly for multiple body and trailer records: if four trailer records are defined, then the last four records defined in the file are trailer records. When specifying multiple records of the same record type, the order of the records becomes important.

You can either create record definitions or import record definitions from an ASCII file.

After a record is created, its fields become editable.

The file parser processor outputs an iterable for each record returned from the file at run time. The iterable can be used within a For Each processor so that the processor can be written to handle a single record at a time.