X12Delimiters
In X12 EDI messages, delimiters are used to mark the end of segments or elements, and are defined in the interchange control header. The delimiters are part of the message's syntax and divide up its different elements.
Contents
- componentSeparator
-
The component, or sub-element, separator. The default value is
:
(colon).Type: String
Length Constraints: Fixed length of 1.
Pattern:
[!&'()*+,\-./:;?=%@\[\]_{}|<>~^`"]
Required: No
- dataElementSeparator
-
The data element separator. The default value is
*
(asterisk).Type: String
Length Constraints: Fixed length of 1.
Pattern:
[!&'()*+,\-./:;?=%@\[\]_{}|<>~^`"]
Required: No
- segmentTerminator
-
The segment terminator. The default value is
~
(tilde).Type: String
Length Constraints: Fixed length of 1.
Pattern:
[!&'()*+,\-./:;?=%@\[\]_{}|<>~^`"]
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: