Use Binary Data Segments for ANSI X12 maps
About this task
When you load the ANSI X12 275 transaction set into your map, you will notice that it contains a binary data segment with two elements—one for the length of the binary data and one for binary data. The default data type for the length element is “Number” and the maximum length is set to “15.” The default data type for the binary data element is “String” and the default length is “760.”
To generate an EDI segment containing binary data, you must create a binary data segment on the Output side of your map. Then, you must create two elements in the binary segment for these data types:
- Bin Len, which is for the length (in characters) of the binary segment
- Bin Data, which is for the binary data
To use BIN segments for ANSI X12 maps: