1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00
Commit Graph

21 Commits

Author SHA1 Message Date
a76d46f9ec refactor ignore_exceptions 2022-02-04 12:14:16 -08:00
49929c714c add add_jc_meta decorator 2022-02-03 15:44:18 -08:00
a13dde12af change raw output wording 2022-01-21 07:42:03 -08:00
3701b4198a formatting 2022-01-19 17:29:22 -08:00
2c42baf3a4 add new high-level api info 2022-01-18 14:18:12 -08:00
5563829df2 make dialect sniff behavior match non-streaming parser 2022-01-03 08:48:23 -08:00
9c887a36a8 update csv_s parser with csv changes 2022-01-02 11:44:18 -08:00
d88b998e6c formatting 2021-12-09 10:58:06 -08:00
a9ed55c006 fix spelling 2021-12-09 10:54:04 -08:00
7933dfdbe7 Merge branch 'master' into dev 2021-12-02 16:34:06 -08:00
e8e4b46021 use jc.utils type checks 2021-11-30 11:49:40 -08:00
14247adb0a add input type checks 2021-11-30 10:03:59 -08:00
077a29fb4e add _jc_meta field info 2021-11-22 09:36:58 -08:00
8568d0d328 fix csv_s documentation 2021-11-22 09:10:11 -08:00
5ba22dae59 add JSON lines info 2021-10-30 13:57:36 -07:00
4d04866f48 add python bug https://bugs.python.org/issue45617 info 2021-10-26 12:24:37 -07:00
3ab9b43a2e raise ParseError on newline bug 2021-10-26 07:36:23 -07:00
1e6e44f656 fix for piping data with non-platform newlines (e.g. windows csv files on unix) 2021-10-25 11:03:21 -07:00
50a3b34016 optimizations and use iter() so we can exhaust data coming from list objects 2021-10-25 10:05:39 -07:00
218b9aec8a doc update for streaming CSV parser 2021-10-24 13:10:47 -07:00
2b887debc6 add csv streaming parser 2021-10-24 12:24:44 -07:00