Batch file splitter properties definition
This table shows the property definitions that you can use to update batch file splitter fields:
Header Trailer Setting | Definition |
---|---|
Order split messages | Process messages by split order, one message after another. |
Order main manifest after last split | Wait for the last message in a split to complete before it is marked finish, and then it goes back to the main agreement for processing. |
Order Mode | Messages in order are processed in a sequence based on a selected mode. |
Record Separator | Define the character to use as a record separator. For example, a comma, backslash, forward slash, or a new line insert (\n). |
Header | Define the header record and its position in the record. If there is a header, the splitter assumes that it is the first record. |
Trailer | Define the trailer record. When a trailer is found, the splitter assumes that all the succeeding records are part of the trailer. |
Header Record Count | Define how many records are contained in a header. Splitter supports a multiple-matching header records. |
Trailer Bytes Hint | Guide 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. |