Click or drag to resize
Grid Solutions Framework

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: CSVAdapters
Assembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.282-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("")]
public string ColumnMappings { get; set; }
View Source

Property Value

String
See Also