|
CsvInputAdapterColumnMappings Property
|
Manually defines the column mappings, e.g.: "0=Timestamp; 1=PPA:12; 2=PPA13". Use
AutoMapToOutputMeasurements
instead to automatically assign column mappings to output measurements when transverse mode is enabled.
Namespace: CSVAdaptersAssembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.282-beta
Syntaxfunction get_ColumnMappings();
function set_ColumnMappings(value);
View SourceProperty Value
String
See Also