  | OrchestratorConfigOutputFieldSeparator Property  | 
 
            Character that separates fields on output lines. Only applicable to Delimited and Keyword data, ignored in case of other data kinds.
            If not specified, a comma is assumed.
            
 
    Namespace: 
   Mavidian.DataConveyer.Orchestrators
    Assembly:
   DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntaxpublic char OutputFieldSeparator { get; set; }Public Property OutputFieldSeparator As Char
	Get
	Set
Property Value
Type: 
Char
See Also