--- title: Annotated CSV description: > InfluxDB and Flux return query results in annotated CSV format. You can also read annotated CSV directly from Flux with the `csv.from()` function or write data to InfluxDB using annotated CSV and the `influx write` command. weight: 103 menu: influxdb_cloud: parent: Syntax influxdb/cloud/tags: [csv, syntax] related: - /influxdb/cloud/reference/flux/stdlib/csv/from/ - /influxdb/cloud/reference/syntax/annotated-csv/extended/ --- {{< duplicate-oss >}}