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:

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:

  • 0 for comma

  • 1 for decimal

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:

  • 0 - None

  • 1 - CR

  • 2 - LF

  • 3 – CR LF

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.

See Also

TPM OM API: Exposed Entities and Properties