CSV Parser for Arduino
CSV Parser for Arduino

Description

It's a class to which you can supply:

  • csv string (including new-line characters)
  • format string (where each letter specifies type of value for each column)

Class parses that string, in other words, it extracts values, stores them and provides you with:

  • easily accessible set of arrays (their types are specified by the format string)

It adheres to the RFC 4180 specification.

Author

Michal Borowski

License

MIT