Best way for Import and export file (JSON or CSV format) in meteor

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 :slight_smile:

I have used papaparse several times and it perfect for csv parsing.

1 Like

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?