X12DelimiterOverrides
Important
Microsoft Azure BizTalk Services (MABS) is being retired, and replaced with Azure Logic Apps. If you currently use MABS, then Move from BizTalk Services to Logic Appsprovides some guidance on moving your integration solutions to Logic Apps.
If you're brand new to Logic Apps, then we suggest getting started here:
-
Create your first logic app, or quickly get started using a pre-built template
-
View all the available connectors you can use in your logic apps
The X12DelimiterOverrides entity captures the X12 delimiter overrides to be associated with an X12 protocol setting, within an X12 agreement.
- X12DelimiterOverrides Entity Properties
X12DelimiterOverrides Entity Properties
Property |
Type |
Description |
---|---|---|
ComponentSeparator |
String |
Specifies a single character that is used to separate composite data elements. Default is (:). |
DataElementSeparator |
String |
Specifies a single character that is used to separate simple data elements within composite data elements. Default value is (*). |
ReplaceChar |
String |
Specifies the replace character to be used. Specify this property if the payload data contains characters that are also used as data, segment, or component separators. When generating the outbound X12 message, all instances of separator characters in the payload data will be replaced with the specified character. |
ReplaceSeparatorsInPayload |
Bool |
Set this to true if you want the ReplaceChar property to be honored. |
SegmentTerminator |
String |
Specifies a single character that is used to indicate the end of an EDI segment. Default value is (~). |
SegmentTerminatorSuffix |
Short |
Specifies the suffix used with the segment identifier. If you designate a suffix, the segment terminator data element can be empty. If the segment terminator is left empty, you must designate a suffix. The valid values are:
Default value is None. |
MessageId |
String |
Specifies the message ID, for example, 810, for which the delimiter values are applicable |
ProtocolVersion |
String |
Specified the protocol version, for example, 00401, for which the delimiter values are applicable. |
TargetNamespace |
String |
Specifies the target namespace string, for example, https://schemas.microsoft.com/BizTalk/EDI/X12/2006. |