px-to-csv

0.2.0 • Public • Published

Convert PC-Axis to CSV Build Status

Convert PC-Axis files to CSV files. This will store all the dimensions inside the PC-Axis cube as a flat row. What the heck is a PC-Axis file?

Run yourself

First install the required dependencies. You need a new Node version (> 4.7).

npm install -g px-to-csv

Now download a PC Axis file from your statistical data provider.

wget -O households.px https://www.pxweb.bfs.admin.ch/DownloadFile.aspx?file=px-x-0102020000_402

Invoke the index.js file with the PX file and specify the output CSV file.

px-to-csv -i households.px -o households.csv

Readme

Keywords

Package Sidebar

Install

npm i px-to-csv

Weekly Downloads

3

Version

0.2.0

License

BSD-3-Clause

Last publish

Collaborators

  • lukasmartinelli