Commit Graph

21 Commits

Author SHA1 Message Date
Jonathan Lamothe 5c74085ada implemented encodeCSV and encodeRawCSV 2022-04-24 16:05:10 -04:00
Jonathan Lamothe 3df133147f implemented encodeRows 2022-04-24 16:05:10 -04:00
Jonathan Lamothe 5d6a7db6c5 implemented encodeRawRows 2022-04-24 14:23:49 -04:00
Jonathan Lamothe 724dfe0345 implemented slurpRawLabelledCSV 2022-04-21 22:27:48 -04:00
Jonathan Lamothe 51784123cd implemented slurpLabelledCSV 2022-04-21 22:27:34 -04:00
Jonathan Lamothe 35130eeae1 documentation for slurpCSV and slurpRawCSV 2022-04-21 22:23:26 -04:00
Jonathan Lamothe 2af6966192 implemented slurpRawCSV 2022-04-21 21:45:42 -04:00
Jonathan Lamothe 8533e84caa implemented slurpCSV 2022-04-21 21:39:10 -04:00
Jonathan Lamothe 76cea1e051 implemented labelFields 2022-04-21 15:39:07 -04:00
Jonathan Lamothe f27e190be6 renamed to csv-sip 2022-04-21 13:13:42 -04:00
Jonathan Lamothe 9ec4d7e9c3 extra test in decodeRawRows
I needed to make sure that a trailing comma on a row would leave a blank cell at the end of the row.
2022-04-21 00:02:38 -04:00
Jonathan Lamothe 389c206063 implemented decodeRawRows 2022-04-20 21:21:51 -04:00
Jonathan Lamothe 63b97649a6 implemented toBytes 2022-04-19 20:12:12 -04:00
Jonathan Lamothe 67e85f0a78 basic structure for decodeRawRows 2022-04-19 19:33:35 -04:00
Jonathan Lamothe eea4710b80 implemented decodeUTF8 2022-04-19 19:21:15 -04:00
Jonathan Lamothe 08c77d4d0f wrote basic structure of decodeRows 2022-04-19 19:21:15 -04:00
Jonathan Lamothe 365dc3995b removed Lib module 2022-04-19 19:20:35 -04:00
Jonathan Lamothe 0e09e0fcbf created Data.CSV.Slurp module 2022-04-18 16:29:28 -04:00
Jonathan Lamothe 8fa0afd0e2 use hspec 2022-04-18 15:29:57 -04:00
Jonathan Lamothe ce148c553a autogen-modules fix 2022-04-18 14:43:22 -04:00
Jonathan Lamothe 25b604bcdc initial commit 2022-04-18 14:22:09 -04:00