Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

rsdoiel/jsontools

Repository files navigation

License

Depreciated, see https://github.com/caltechlibrary/datatools and https://caltechlibrary.github.io/datatools

jsonshells

Various utilities for simplifying JSON and CSV data work on the command line.

  • jsoncols - a tool for exploring and extracting JSON values into columns
  • jsonrange - a tool for iterating for JSON maps and arrays
  • xlsx2json - a tool to convert Excel Workbook sheets to JSON files
  • xlsx2csv - a tool to convert Excel Workbook sheet into CSV output

Compiled versions are provided for Linux (amd64), Mac OS X (amd64), Windows 10 (amd64) and Raspbian (ARM6, ARM7). See https://github.com/rsdoiel/jsontools.

Use the utilities try "-help" option for a full list of options.

Installation

jsontools is go get-able.

    go get github.com/rsdoiel/jsontools/...

Or see INSTALL.md for details for installing compiled versions of the programs.