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:37
on 2024/08/09 17:37
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -386,18 +386,18 @@ 386 386 387 387 {{/code}} 388 388 389 -==== Other Examples : ==== 389 +==== Other Examples : ==== 390 390 391 391 392 392 {{code language="xml"}} 393 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" ></SplitBy>394 +<SplitBy mode="line" headers="UNA;UNB" footers="UNZ" excluded="UNA;UNB;UNZ" included="" size="3" position="1" endLine="'" optionChar="\r\n" /> 395 395 396 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" ></SplitBy> <!-- The default endLine is the carriage return -->397 +<SplitBy mode="line" size="8" position="1" /> <!-- The default endLine is the carriage return --> 398 398 399 399 <!-- Write a file for each message starting with UNH with repeated envelope for each --> 400 -<SplitBy mode="message" headers="UNA;UNB" footers="UNZ" excluded="" included="" size="3" position="1" endLine="'" optionChar="\r\n" ></SplitBy>400 +<SplitBy mode="message" identifier="UNH" headers="UNA;UNB" footers="UNZ" excluded="" included="" size="3" position="1" endLine="'" optionChar="\r\n" /> 401 401 {{/code}} 402 402 403 403 === ===