--- title: Flux csv package list_title: csv package description: > The Flux `csv` package provides functions for working with data in annotated CSV format. Import the `csv` package. aliases: - /influxdb/v2.0/reference/flux/functions/csv/ - /influxdb/v2.0/reference/flux/stdlib/csv/ - /influxdb/cloud/reference/flux/stdlib/csv/ menu: flux_0_x_ref: name: csv parent: Standard library weight: 11 flux/v0.x/tags: [functions, csv, package] introduced: 0.14.0 --- The Flux `csv` package provides functions for working with data in [annotated CSV format](https://github.com/influxdata/flux/blob/master/docs/SPEC.md#csv). Import the `csv` package: ```js import "csv" ``` {{< children type="functions" show="pages" >}}