Click or drag to resize

OrchestratorConfigAllowOnTheFlyInputFields Property

False (default) means no new fields beyond those defined in InputFields (or 1st row if applicable) are allowed. Any additional fields encountered during intake processing will be excluded. True means that new fields can be added on the fly in subsequent data records; their names and types are determined according to standard rules. In case of Keyword data, default setting (false) requires all fields (keys) to be listed in the InputFields setting (keys not listed there will be excluded, so in absence of InputFields no fields will be present). True setting allows inclusion of all fields for Keyword data. This setting is ignored in case of the following data kinds on intake:
  • Flat - Flat data fields are determined up-front from either InputFields setting or the first row.
  • Arbitrary - Arbitrary data can only be determined from the ArbitraryInputDefs setting.
  • X12 - In case of X12 data, fields are added dynamically from X12 segments, so that this setting is assumed to be true.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public bool AllowOnTheFlyInputFields { get; set; }

Property Value

Type: Boolean
See Also