# Comma-Separated Value (CSV) Parsing Component [](https://components.espressif.com/components/espp/csv) The `csv.hpp` header provides a convenience include / wrapper around `p-ranav/csv2 <https://github.com/p-ranav/csv2`_. It also exposes `csv2`'s include folder, so including `csv.hpp` is completely equivalent to including both `csv2/reader.hpp` and `csv2/writer.hpp`. Please see the documentation for csv2 if you have any questions about usage beyond the examples provided here. ## Example The [example](./example) shows the use of the `csv` component to read and write CSV data.
2082ff92f3117e6dd4360cb50d85cc6a6f6413f9
idf.py add-dependency "espp/csv^1.1.2"