Commit graph

5 commits

Author SHA1 Message Date
Bruno BELANYI 8474ed0c69 kraken: csv: expose 'read_csv_line' 2022-03-24 17:17:09 +01:00
Bruno BELANYI bd072e1025 kraken: csv: fix comma separation logic
Unfortunately, `std::ostream_iterator` puts its separator *after* every
element, not *in-between* each element.
2022-03-12 11:07:20 +01:00
Bruno BELANYI 23b71018ac kraken: csv: add writing functionality
Once again, pretty naive, but it will do.
2022-03-12 11:07:20 +01:00
Bruno BELANYI 0dee0e12dc kraken: csv: move type aliases to 'csv.hh' header
As we need to share it with the CSV writing files.
2022-03-12 11:07:20 +01:00
Bruno BELANYI 9d862c6a62 kraken: add 'csv' library
A very basic, naive CSV parser.
2022-03-12 11:07:20 +01:00