Changes for page SplitFile
Last modified by Outhman Moustaghfir on 2024/08/09 17:37
<
>
edited by Outhman Moustaghfir
on 2024/08/09 17:37
on 2024/08/09 17:37
edited by Outhman Moustaghfir
on 2024/08/09 17:33
on 2024/08/09 17:33
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +3,3 @@ 1 -= = 2 - 3 3 = SplitFile Connector Documentation = 4 4 5 5 == Overview == ... ... @@ -343,7 +343,6 @@ 343 343 344 344 === an example of an output file === 345 345 346 - 347 347 {{code language="xml"}} 348 348 UNA +.? ' 349 349 UNB+UNOD 3+5907613200009 14+5907808850002 14+240509 1553+11480134402++DESADV' ... ... @@ -386,18 +386,4 @@ 386 386 387 387 {{/code}} 388 388 389 -==== Other Examples : ==== 390 - 391 - 392 -{{code language="xml"}} 393 -<!-- Write a file for each type of segment --> 394 -<SplitBy mode="line" headers="UNA;UNB" footers="UNZ" excluded="UNA;UNB;UNZ" included="" size="3" position="1" endLine="'" optionChar="\r\n" /> 395 - 396 -<!-- Write a file for each type of record where the line identifier (Position 1 to 8) is different --> 397 -<SplitBy mode="line" size="8" position="1" /> <!-- The default endLine is the carriage return --> 398 - 399 -<!-- Write a file for each message starting with UNH with repeated envelope for each --> 400 -<SplitBy mode="message" identifier="UNH" headers="UNA;UNB" footers="UNZ" excluded="" included="" size="3" position="1" endLine="'" optionChar="\r\n" /> 401 -{{/code}} 402 - 403 403 === ===