Click or drag to resize

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
Syntax
public bool TrimInputValues { get; set; }

Property Value

Type: Boolean
See Also