ocaml-csv
ocaml-csv copied to clipboard
CSV library for OCaml
Bom
Here is a pull request for the issue #36. The request allow to ignore the first bytes in the files if they match a know BOM pattern (actually UTF-8 and...
``` $ cat my.csv digit,name 1,one 2,two 3,3 4,4 5,5 6,6 7,7 8,8 $ csvtool filter 1 '
Excel register the CSV encoded in UTF-8 by adding a [Byte Order Mark](https://en.wikipedia.org/wiki/Byte_order_mark) in the very beginning of the file. The library read thoses bytes and considered them as a...
I see this from time to time. It's not very repeatable but it seems to happen on machines with more but slower cores: ``` File "lwt/dune", line 9, characters 0-150:...
Could the code be changed so that if no filename is specified (including not specifying "-"), `csvtool` reads from standard input? My expectation was that this would work like the...
I seem to be having inconsistent output and it seems to be because in my CSV file, I have (single quoted) string fields that have the delimiter inside them. So:...
At the bottom of the [README](https://github.com/Chris00/ocaml-csv/blob/master/README.md) there is a link to the documentation. That URL is https://math.umons.ac.be/anum/software/csv/. At least for me, that now redirects to the UMons homepage at https://web.umons.ac.be/en/....