Reader - CSV Text
ReaderName: CSVReader
This reader can read data in the CSV file format (not zipped) with single timeseries.
Time values are in yyyy-mm-dd hh:nn:ss format and a decimal separator must be a dot (.).
The reader takes one optional parameter, the data field delimiter (DataFieldDelimiter). If this is not specified by the user, then it is assumed that the values are comma-separated.
For uploading multiple time series in one conversion, consider using the CSVZipReader.