  | OrchestratorConfigTrimInputValues Property  | 
 
            True means leading and trailing spaces will be trimmed from values encountered during intake; default is false meaning all spaces are preserved.
            Note that 
RetainQuotes = true will prevent trimming of quoted values.
            
 
    Namespace: 
   Mavidian.DataConveyer.Orchestrators
    Assembly:
   DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntaxpublic bool TrimInputValues { get; set; }Public Property TrimInputValues As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also