Skip to content

Releases: alingse/jsoncsv

Release a modernize python3 package with type hint

Choose a tag to compare

@alingse alingse released this 10 Feb 15:35
v3.0.0

Release version 3.0.0

fix write dict to xls fail

Choose a tag to compare

@alingse alingse released this 27 Mar 15:16
eec6a1e
Merge pull request #44 from alingse/add-write-dict-to-xls

fix write dict to xls exception

jsoncsv use io.TextIOWrapper

Choose a tag to compare

@alingse alingse released this 10 Mar 14:18
d05f6e0
Merge pull request #41 from alingse/add-test-1

add test

fix and enhance is_array check

Choose a tag to compare

@alingse alingse released this 04 Mar 15:43
d202832

fix

echo '["a", "ab", "b", "a", "ab", "b", "a", "ab", "b", "a", "ab", "b"]' | jsoncsv | jsoncsv -r

not restore

support json_array -A / --array

Choose a tag to compare

@alingse alingse released this 24 Sep 15:53
3b5ef8f
$ echo '[{"a":{"b":1}},{"a":{"c":2}}]'|jsoncsv -A|mkexcel
a.b,a.c
1,
,2

real use unicodecsv

Choose a tag to compare

@alingse alingse released this 23 Sep 17:17
16bf44e

fix the wrong use of unicodecsv

use unicodecsv

Choose a tag to compare

@alingse alingse released this 15 Jul 13:54
65ce296
Merge pull request #33 from alingse/release-2.2.0

release 2.2.0

add library support

Choose a tag to compare

@alingse alingse released this 12 Jun 16:20
345238b
convert_json 
dump_excel 

support python3 (3.5 3.6)

Choose a tag to compare

@alingse alingse released this 26 May 09:15
f6c36fb
Merge pull request #26 from alingse/support-py3-4

change log & readme

support unicode

Choose a tag to compare

@alingse alingse released this 04 May 15:58
ddbb201
Merge pull request #18 from alingse/add-unicode-enhance

support unicode