docs-v2/content/v2.0/reference/flux/functions/csv/_index.md

555 B

title list_title description menu weight 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.
v2_0_ref
name parent
CSV Flux packages and functions
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" >}}