shakhal / OpenPension

Open Pension parsing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Pension

Build Status

Import pension "single asset" files into unfied DB.

Installation

Prerequisites

ssconvert

sudo apt-get install gnumeric

Clone and initialize submodules

git clone ...
git submodule init
git submodule update

and then run (must be node ~v10.x..)

npm install

switch node versions easily with nvm

Usage

node index.js debug

This will load the sample xlsx(res/migdal.xlsx), and import it into dump.csv.

License

See LICENSE file.

About

Open Pension parsing framework

License:MIT License


Languages

Language:JavaScript 79.4%Language:CoffeeScript 18.2%Language:Python 2.4%