| OrchestratorConfigHeadersInFirstInputRow Property |
True means 1st input line contains field names and data starts from the 2nd line; false (default) means data starts from the 1st line (default field names are assigned in this case).
This setting applies only to data kinds that support header rows, such as
Delimited or
Flat; otherwise, it is ignored, in which case data always starts from the 1st line.
Namespace:
Mavidian.DataConveyer.Orchestrators
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax public bool HeadersInFirstInputRow { get; set; }
Public Property HeadersInFirstInputRow As Boolean
Get
Set
Property Value
Type:
BooleanSee Also