docs-v2/content/influxdb/cloud/reference/flux/stdlib/csv/_index.md

627 B

title list_title description aliases menu weight influxdb/v2.0/tags
Flux CSV package CSV package The Flux CSV package provides functions for working with data in annotated CSV format. Import the `csv` package.
/influxdb/cloud/reference/flux/functions/csv/
influxdb_cloud_ref
name parent
CSV Flux standard library
202
functions
csv
package

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

import "csv"

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