espp/csv

0.21.0

uploaded 1 day ago
Comma-Separated Value (CSV) component for ESP-IDF

readme

# Comma-Separated Value (CSV) Parsing Component

The `csv.hpp` header provides a convenience include / wrapper around
`p-ranav/csv2 <https://github.com/p-pranav/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.

Links

Supports all targets

Maintainer

  • William Emfinger <waemfinger@gmail.com>

License: MIT

To add this component to your project, run:

idf.py add-dependency "espp/csv^0.21.0"

or download archive

Stats

  • Archive size
    Archive size ~ 181.78 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espp/csv version: 0.21.0
|