| OrchestratorConfigArbitraryInputDefs Property |
Array of elements that define fields to be extracted from input lines.
Each element is a string consisting of 2 parts separated by a space: a field name followed by a regular expression containing formula to extract a value from input line.
Data Conveyer will extract the fields in the order they are specified in this setting.
This setting is mandatory for
InputDataKind of
Arbitrary; if specified for other data kinds, it is ignored.
Namespace:
Mavidian.DataConveyer.Orchestrators
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax public string[] ArbitraryInputDefs { get; set; }
Public Property ArbitraryInputDefs As String()
Get
Set
Property Value
Type:
StringSee Also