jsonstat-conv

1.5.1 • Public • Published

JSON-stat Command Line Conversion Tools

The JSON-stat Command Line Conversion Tools contain command line tools for converting to and from JSON-stat. They support different JSON flavors, CSV (including CSV-stat) and SDMX-JSON. They are built upon the JSON-stat Javascript Toolkit and the JSON-stat Javascript Utilities Suite.

Installation

npm install -g jsonstat-conv

More in the Installation page.

Available commands

Check the API Reference page for more.

Example

Get unemployment rate time series by country from Eurostat and convert it to CSV.

curl "https://ec.europa.eu/eurostat/api/dissemination/statistics/1.0/data/tesem120" -o unr.jsonstat

jsonstat2csv unr.jsonstat unr.csv

Or using the stream interface:

curl "https://ec.europa.eu/eurostat/api/dissemination/statistics/1.0/data/tesem120" | jsonstat2csv > unr.csv -t

More in the Examples page.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.5.1
    1
    • latest

Version History

Package Sidebar

Install

npm i jsonstat-conv

Weekly Downloads

5

Version

1.5.1

License

Apache-2.0

Unpacked Size

98 kB

Total Files

19

Last publish

Collaborators

  • badosa