csvkit v0.9.0 Release Notes

Release Date: 2014-09-08 // over 9 years ago
    • Write missing sections of the tutorial. (#32)
    • โœ‚ Remove -q arg from sql2csv (conflicts with common flag).
    • ๐Ÿ›  Fix csvjoin in case where left dataset rows without all columns.
    • Rewrote tutorial based on LESO data. (#324)
    • Don't error in csvjson if lat/lon columns are null. (#326)
    • Maintain field order in output of csvjson.
    • โž• Add unit test for json in2csv. (#77)
    • Maintain key order when converting JSON into CSV. (#325.)
    • โฌ†๏ธ Upgrade python-dateutil to version 2.2 (#304)
    • ๐Ÿ›  Fix sorting of columns with null values. (#302)
    • โž• Added release documentation.
    • Fill out short rows with null values. (#313)
    • ๐Ÿ›  Fix unicode output for csvlook and csvstat. (#315)
    • โž• Add documentation for --zero. (#323)
    • ๐Ÿ›  Fix Integrity error when inserting zero rows in database with csvsql. (#299)
    • โž• Add Michael Mior to AUTHORS. (#305)
    • โž• Add --count option to CSVStat.
    • Implement csvformat.
    • ๐Ÿ›  Fix bug causing CSVKitDictWriter to output 'utf-8' for blank fields.