Related to "Csv"
Annotated CSV
InfluxDB and Flux return query results in annotated CSV format. You can also read annotated CSV directly from Flux with the csv.from()
function, write data to InfluxDB using annotated CSV and the influx write
command, or upload a CSV file in the UI.
Extended annotated CSV
Extended annotated CSV provides additional annotations and options that specify how CSV data should be converted to line protocol and written to InfluxDB.