EDI Forking Module
The EDI Forking Module is useful for splitting one large EDI transaction set into multiple Transactions for parallel processing. New transactions will be forked whenever the configured batch size is reached, or when a functional group end (GE segment) is reached. Additionally, each newly forked transaction will be self-contained within the proper EDI envelope structures.
Configuration Options:
Batch Size: This selects how many EDI transactions (ST to SE) will be in each newly forked transaction. The default value is 5.
Segment Delimiter: Provide the Segment Delimiter (aka Terminator). The default value is ‘~’ (tilde).