What the map source of packages example contains

The map Source packagetests.mms contains three executable maps:
  • edipkgAttach - An example of taking three different inputs to create EDIFACT packages.
    • Three inputs:
      • Input_xmlPackage.xml: Input 1 is xml
      • Input_ediPackage.txt: Input 2 is EDIFACT EDI
      • Input_binPackage.txt: Input 3 is binary
    • Output_edipkgAttach.txt: Output is EDIFACT EDI containing packages.
  • edipkgDettach1 - An example using one EDIFACT input containing multiple edi and xml packages to create raw data output. The output attempts to identify the UNO/Object/UNP parsing and mapping with and without a segment terminator for the Object.
    • Input_edipkgDetach1.txt: Input 1 is EDIFACT EDI and multiple packages
    • Output_edipkgDetach1.txt: Output is EDIFACT EDI containing packages
  • edipkgDettach2 - An example using one EDIFACT input containing multiple edi, xml, binary packages to create raw data output. The input file was created with map execution of the edipkgAttach map and renamed. The output attempts to identify the UNO/Object/UNP parsing and mapping with and without a segment terminator for the Object.
    • Input_edipkgDetach2.txt: Input 1 is EDIFACT EDI and multiple packages
    • Output_edipkgDetach2.txt: Output is EDIFACT EDI containing packages