ACOEM CSV File Downloader
Instrument: ACOEM - CSV File Downloader
The CSV File Downloader is a file based station driver that offers advanced CSV file reading and import possibilities. This driver takes a number of parameters, some of which are mutually exclusive. The Link type should be set to Custom and the Parameters list populated. Note that this driver can not be used for manual imports |
Parameter | Setting | |
---|---|---|
1 | ColumnSelection | Optional - A comma separated list of indices used to select the required columns. The first index in the list is considered to be the Timestamp index if the TimestampIndex isn’t used. Multiple columns can be specified by using a hyphen e.g. An example: |
2 | DateTimeFormat | Format of the expected Timestamp string, defaults to e.g. |
3 | Delimiter | The delimiter of the fields, defaults to a comma |
4 | EpochBaseDate | Used for epoch based timestamps and taking the form |
5 | EpochIncrement | Used for epoch based timestamps and defined in seconds, leave empty if not used. |
6 | FileFilter | The filter applied to the files in the given directory, only files matching this filter pattern will be ingested e.g |
7 | FilePath | The fully specified path where files for ingest can be found. Double forward slashed should be used e.g. |
8 | IndexFirstData | The 0 based row index where the first data row can be found, defaults to |
9 | IndexHeaderRow | The 0 based row index where the column header data can be found, defaults to |
10 | IndexUnitsRow | Optional - The 0 based row index where the column units can be found |
11 | TimestampIndex | The 0 based column index where the timestamp can be found, defaults to Where the Date and Time are in different columns these can be specified using e.g. |