Closed ghost closed 9 years ago
The underlying package, papa parse, is made for in browser csv parsing. There is a fork that should let you use it in a node environment: https://github.com/Rich-Harris/BabyParse. I haven't tested this in a meteor environment though, I should be able to try it out soon though
Hi, thx! I already did the task with this package https://github.com/chhib/meteor-fast-csv on the server. I definitely will try the papa parser for the browser ;)
Awesome. I also made a baby parse package, how do you like meteor-fast-csv for server side csv stuff?
It's OK. I worked with it in a express environment. So the async stuff wasn't special. But in meteor, I had to use Future.
Good to know about the https://github.com/harrisonhunter/baby-parse-meteor I will try it out, for some next csv stuff ;)
Good start into the New Year!
Hi, is there a reason, why we cannot use these lib on the server?
thx