Live data from Hacker News

CSV as a Data Source

chartio.com

1–10 of 53 posts

Re: CSV as a Data Source

#5
post #2

The type/error detection would be really cool paired with something like DataWrangler: http://vis.stanford.edu/wrangler/

Yeah, DataWrangler is an awesome project. There are actually a few great companies coming out with products based around it. We may just integrate with one of those.

Re: CSV as a Data Source

#7
The biggest issue I have with csv files, is when the people sending them don't get the $%^&@ quotes right. The second biggest issue, is when they say "sorry, we're not able to do that" after I tell them exactly how to fix what they're sending.

Re: CSV as a Data Source

#9
That is really nice. I remember implementing something similar to step 2 and 3 on AppEngine a few years back for a project. It turned out quite nice and non tech-savvy users used it without much problems. We managed to have something that could easily work with different CSV formats (MS Excel and others).

Re: CSV as a Data Source

#10
post #7

The biggest issue I have with csv files, is when the people sending them don't get the $%^&@ quotes right . The second biggest issue, is when they say "sorry, we're not able to do that" after I tell them exactly how to fix what they're sending.

What is the proper way to encode the quotes? I'm playing around with writing a Livejournal data dump reader and will have to do the quote dance pretty soon. In LJ files they are encoded like so:

col1,col2,col3,"Longer data and somethin ""with"" quotes",col5

Post reply on HN