--- 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. menu: v2_0_ref: name: CSV parent: Flux packages and functions weight: 202 v2.0/tags: [functions, csv, package] --- CSV Flux functions provide tools 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" >}}