Hi everyone,
I want to import file (CSV or JSON format) into my app. Is there a package for this job !? and if not How to implement this ?
thanks
Papaparse is very good. We used it as a base in our clinical:csv package, and extended it with a) isomorphic import/exports on b) both server & client and c) documentation and code samples.
2 Likes
I am still new to Meteor, and would like to see files to be able to check my work. I am making some simple errors. Is there a fiddle? Or a straightforward repo?