--- title: csv package description: > The `csv` package provides tools for working with data in annotated CSV format. menu: flux_v0_ref: name: csv parent: stdlib identifier: csv weight: 11 cascade: flux/v0/tags: [csv] introduced: 0.14.0 --- The `csv` package provides tools for working with data in annotated CSV format. Import the `csv` package: ```js import "csv" ``` ## Functions {{< children type="functions" show="pages" >}}