Data transformation tool for generating CSV datasets conforming to RFC 4180 , CSV on the Web (CSVW) and OFN - Základní datové typy.
- originally built as command line utility
- extended to web app based on Create React App
- data processing runs on user machine
- supports converting
utf8andwin1250(MS Excel) encoded docs - based on node-csv, csv-writer
- supported data types:
string,integer,float,boolean
yarn
cp src/config.js.example src/config.js
node cli input.csv
yarn start
yarn build