py-organ icon indicating copy to clipboard operation
py-organ copied to clipboard

Support other tabular data formats?

Open shawnbot opened this issue 12 years ago • 0 comments

It would be nice to support reading and writing:

  • JSON (array of objects)
  • GeoJSON (features in a FeatureCollection)
  • Pickled dict lists?
  • Protocol buffer repeated lists?

Note that csvkit's in2csv utility already does the first two, so they may actually be less important, and we can point users toward csvkit in the docs.

If we're reading and writing other formats, then we may need to change the utility names (csvorganize -> organ-ize, csvfilter -> organ-filter?).

shawnbot avatar Aug 06 '13 22:08 shawnbot