Commit Graph

31 Commits

Author SHA1 Message Date
jlamothe 22b6942900 changed types of encodeCSV and encodeRawCSV
...to be more generic, the type now allows the to take any kind of input
2022-04-24 22:14:30 -04:00
jlamothe c1e9fb7b8e typo 2022-04-24 22:13:07 -04:00
jlamothe 82085eaaf9 note about pull requests 2022-04-24 22:11:28 -04:00
jlamothe 493b7dd9d4 version 0.1.0 v0.1.0 2022-04-24 19:03:01 -04:00
jlamothe 723f046ea4 added homepage and bug reports information 2022-04-24 19:00:47 -04:00
jlamothe bb970e4f42 removed warning about API changes 2022-04-24 18:47:53 -04:00
jlamothe 1b20188dfc added executive summary to README.md 2022-04-24 18:47:28 -04:00
jlamothe 886f991ee3 implemented file producers/consumers
- readFromCSV
- readFromCSVRaw
- writeToCSV
- writeToCSVRaw
2022-04-24 18:32:30 -04:00
jlamothe 659b817252 removed writeCSVFromStream and writeRawCSVFromStream 2022-04-24 17:15:27 -04:00
jlamothe d27eb91952 implemented file writing 2022-04-24 16:47:24 -04:00
jlamothe 5c74085ada implemented encodeCSV and encodeRawCSV 2022-04-24 16:05:10 -04:00
jlamothe 3df133147f implemented encodeRows 2022-04-24 16:05:10 -04:00
jlamothe 5d6a7db6c5 implemented encodeRawRows 2022-04-24 14:23:49 -04:00
jlamothe 724dfe0345 implemented slurpRawLabelledCSV 2022-04-21 22:27:48 -04:00
jlamothe 51784123cd implemented slurpLabelledCSV 2022-04-21 22:27:34 -04:00
jlamothe 35130eeae1 documentation for slurpCSV and slurpRawCSV 2022-04-21 22:23:26 -04:00
jlamothe 2af6966192 implemented slurpRawCSV 2022-04-21 21:45:42 -04:00
jlamothe 8533e84caa implemented slurpCSV 2022-04-21 21:39:10 -04:00
jlamothe 76cea1e051 implemented labelFields 2022-04-21 15:39:07 -04:00
jlamothe f27e190be6 renamed to csv-sip 2022-04-21 13:13:42 -04:00
jlamothe 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
jlamothe 389c206063 implemented decodeRawRows 2022-04-20 21:21:51 -04:00
jlamothe 63b97649a6 implemented toBytes 2022-04-19 20:12:12 -04:00
jlamothe 67e85f0a78 basic structure for decodeRawRows 2022-04-19 19:33:35 -04:00
jlamothe eea4710b80 implemented decodeUTF8 2022-04-19 19:21:15 -04:00
jlamothe 08c77d4d0f wrote basic structure of decodeRows 2022-04-19 19:21:15 -04:00
jlamothe 365dc3995b removed Lib module 2022-04-19 19:20:35 -04:00
jlamothe 0e09e0fcbf created Data.CSV.Slurp module 2022-04-18 16:29:28 -04:00
jlamothe 8fa0afd0e2 use hspec 2022-04-18 15:29:57 -04:00
jlamothe ce148c553a autogen-modules fix 2022-04-18 14:43:22 -04:00
jlamothe 25b604bcdc initial commit 2022-04-18 14:22:09 -04:00