English     Dutch     French     German     Spanish

Wiki source code of CSV upload

Last modified by Wim Verheirstraeten on 2023/10/06 18:41

Show last authors
1 To upload data to Eniris EMS or Eniris Solar via CSV, please ensure that your data is formatted correctly in the CSV file. Each row should represent a single measurement and include the following information:
2
3 * The retention policy
4 * The measurement name
5 * Any associated tags (if applicable)
6 * The fieldname
7 * The actual data points (timestampĀ in Unix time format - second and value)
8
9 For example, if you were uploading data related to electric vehicle (EV) charging stations, you might have a measurement called "evChargerMetrics" and fields such as voltage, current, and power.
10
11 You may also specify a retention policy, which determines how long the data should be retained in the database before being automatically deleted.
12
13 Once you have prepared your CSV file, you can use our API to upload the data to our InfluxDB database. Please refer to our documentation for more information on how to use the API to upload data.
14
15 [[attach:Example.csv||target="_blank"]]
16
17

Applications

(c) Eniris, 2024