EDI Compliance check

The main execution maps for the EDI Compliance Checking follow similar naming conventions. For example, component EDIFACT main execution map name is ccedf and with component X12 the main execution map is ccx12. By design, Supply Chain compliance checking includes configurations for additional validations, acknowledgments, runtime features, default input and output destinations. The output destinations can be structured for file and card outputs with paths identified in xml configuration files requiring the output structure to be defined for the container.

The compiled maps along with input and output folder structures must be saved to the volume, or a host directory, bound to the /data/maps location in the container file system. Configuration files are located (relative to the map location) with the default output file location for the container file system defined.

With container mount location /tmp/itx-rs/data.

/tmp/itx-rs/data/maps/x12/compliance/data/ x12defaultconfig.xml
<FileOutput>
     <FileDirectory>../data/output</FileDirectory>
</FileOutput>