docs-v2/content/flux/v0.x/stdlib/csv/_index.md

733 B

title list_title description aliases menu weight flux/v0.x/tags introduced
Flux csv package csv package The Flux `csv` package provides functions for working with data in annotated CSV format. Import the `csv` package.
/influxdb/v2.0/reference/flux/functions/csv/
/influxdb/v2.0/reference/flux/stdlib/csv/
/influxdb/cloud/reference/flux/stdlib/csv/
flux_0_x_ref
name parent
csv Standard library
11
functions
csv
package
0.14.0

The Flux csv package provides functions for working with data in annotated CSV format. Import the csv package:

import "csv"

{{< children type="functions" show="pages" >}}