EDIFACTDelimiterOverride
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 EDIFACTDelimiterOverrides entity captures the EDIFACT delimiter overrides to be associated with an EDIFACT protocol setting, within an EDIFACT agreement.
- EDIFACTDelimiterOverrides Entity Properties
EDIFACTDelimiterOverrides Entity Properties
Property |
Type |
Description |
---|---|---|
ComponentSeparator |
String |
Specifies a single character component data element separator that separates simple data elements within composite data elements |
DataElementSeparator |
String |
Specifies a single character data element separator that separates composite data elements consisting of two or more simple data elements or simple data elements that are not part of a composite. |
DecimalPointIndicator |
Short |
Specify whether you want to use a comma or decimal as the decimal notation to be used in the outgoing interchange. Specify:
|
ReleaseIndicator |
String |
Specify a single character that indicates that the following character is not a syntax separator, terminator, or release character, but is part of the original data. |
RepetitionSeparator |
String |
Specify a single character that is used to separate segments that repeat within a transaction set. |
SegmentTerminator |
String |
Specifies a single character that is used to indicate the end of an EDI segment |
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:
|
MessageRelease |
String |
Specifies the EDIFACT message release, for example, 10B, for which the delimiter values are applicable. |
MessageVersion |
String |
Specifies the protocol version, for example, D, for which the delimiter values are applicable. |
MessageId |
String |
Specifies the message ID, for example INVOIC, for which the delimiter values are applicable. |
TargetNamespace |
String |
Specifies the target namespace string, for example, https://schemas.microsoft.com/BizTalk/EDI/EDIFACT/2006. |