ocaml / ocaml.org

The official OCaml website.
https://ocaml.org
Other
149 stars 301 forks source link

CookBook: read-csv - basic example of reading records from a CSV string #2589

Open danielclarke opened 2 weeks ago

danielclarke commented 2 weeks ago

Here's my submission for the read-csv task. Please let me know if I've missed anything.

Was the expectation for this task to also show file reading, or is parsing a CSV string sufficient?