Measurement settings
The measurement settings allow for csv data to be mapped to a measurement. \
ValueColumn
Description: Column of the value in the csv file for this measurement.
Required: yes
Example: 6
Filter
Description: Holds the mappings to map a measurement to csv data. Multiple mappings can be given over multiple csv columns. For one mapping, multiple names can be given for the same csv column using a ;
.
Required: yes
Example: {"0" : "name1;name2", "1" : "name3;name4"}
StatusGood
Description: All values that are mapped to status ‘Good’. Multiple statuses can be configured using semicolon separated values.
Required: no
Example: “Valid;correct”
Checkout the data collection methods section for more information.
TimestampLayout
Description: The layout of the timestamp, defaults to the TimestampLayout setting on the collector. More info:
https://pkg.go.dev/time#Layout
Required: no
TagsInCSV
Description:This allows to add tags to the measurement with the tag value coming from csv data. The structure of this setting is similar as the Filter
setting. The json key is the column index (as string) where the tag value is present, and the json value is the tag key (or tag name) under which the data should be stored upon the measurement:
Required: no
Example:{"4": "Description"}