hhzl / LearnWords2

A word learning component (Leitner system) and word list conversion functions
MIT License
11 stars 2 forks source link

Add grunt json2csv task #198

Closed hhzl closed 7 years ago

hhzl commented 7 years ago

It is assumed that the input data is given in csv format.

For the case it comes in json first add a grunt task which does

 json2csv

Use

csv2json

as an example.

http://papaparse.com/ is used.