Does it handle quoted CSV fields that spans multiple lines?
Show HN: Papa Parse 3
51–60 of 86 posts
Re: Show HN: Papa Parse 3
#52[Error] ReferenceError: Can't find variable: performance (anonyme Funktion) (demo.js, line 155) dispatch (jquery.min.js, line 3) handle (jquery.min.js, line 3)
Re: Show HN: Papa Parse 3
#53Yes! Thank you! We're using the d3 CSV parser for our CSV upload functionality [1] but are having a ton of issues with performance and cross-browser support. Can't wait to try this out. [1] http://geocod.io
I saw your service on HN a while back. It generated some excitement among us here at SmartyStreets, which also uses Papa to process customers' lists without requiring them to send us their whole file. I think these are great use cases.
Re: Show HN: Papa Parse 3
#54Amazing project! Everything seems really well put together. I really like the humor and the Q&A format. Do you mind if I borrow it for v2 of a project I'm releasing soon? Also, there is not a single negative comment here. That's a HN record. Congratulations!
It's not a CSV library, right? :) Go for it. And yeah, I've been surprised! I hadn't anticipated so many comments about the web site, since the feature is a Javascript library. It's like going to a movie for the previews. Definitely grateful for the feedback, though. It's great that quirks that are being constructively reported so they can be fixed.
Re: Show HN: Papa Parse 3
#55When you convert CSV to and from JSON(/XML) then the interesting part IMHO is how to convert the hierarchy (of JSON/XML) to CSV and how to encode it (e.g. in a header-line). Do you account for that?
Data with a varied structure is much trickier, if at all possible, to flatten. I haven't figured out a magic formula for that (yet?).
Re: Show HN: Papa Parse 3
#56Re: Show HN: Papa Parse 3
#57Re: Show HN: Papa Parse 3
#58Re: Show HN: Papa Parse 3
#59In Demo it says to get see the data in browsers console.. thats cool .. but how do we Download the data , like the results should directly prompt a Save dialog window..
Re: Show HN: Papa Parse 3
#60In Demo it says to get see the data in browsers console.. thats cool .. but how do we Download the data , like the results should directly prompt a Save dialog window..
Hmm... I'll consider that for a later upgrade to the demo. For most people, it seems that seeing the results in the console is enough to know if it does what they need.