Batch file splitter properties definition

Use these property definitions to update batch file splitter fields:

Header Trailer Setting Definition
Order split messages Select this to process messages by split order, one message after another.
Order main manifest after last split Select this to wait for the last message in a split to complete before it is marked finish, and then it will go back to the main agreement for processing.
Order Mode Messages in order are processed in a sequence based on a selected mode.
Record Separator Defines the character to use as a record separator. For example, a comma, backslash, forward slash, or a new line insert (\n).
Header Defines the header record and its position in the record. If there is a header, the splitter assumes that it is the first record.
Trailer Defines the trailer record. When a trailer is found, the splitter assumes that all the succeeding records are part of the trailer.
Header Record Count Defines how many records are contained in a header. Splitter supports a multiple-matching header records.
Trailer Bytes Hint Guides the splitter where to start looking for a trailer. For example, the value 1 gives the splitter a hint to look for the trailer at the start of file.