| OrchestratorConfigDefaultX12SegmentDelimiter Property |
Default value of the segment delimiter - applicable only to X12 data.
On X12 intake, segment delimiter is always determined from ISA segment, so this setting only applies in case ISA segment is absent (incomplete X12 envelope).
On X12 output, in absence of this setting, segment delimiter is determined from intake if also X12 (specifically, from the first ISA segment encountered), or a default value of '~' is assumed.
May contain multiple characters to make output easier to read, such as "~\r\n".
Namespace:
Mavidian.DataConveyer.Orchestrators
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax public string DefaultX12SegmentDelimiter { get; set; }
Public Property DefaultX12SegmentDelimiter As String
Get
Set
Property Value
Type:
StringSee Also