As part of my development I need to process some .csv files.

For what it matters I am writing a super fast CSV parser in java

I would like to ask if somebody can name some websites where I can find some good csv files so I can test my app.

Please don't tag this question is inappropriate I think developers would benefit from a list of good sites where to find sample data

link|improve this question

80% accept rate
You can consider all your test cases and generate csv file to have full test cases coverage. – khachik Nov 9 '10 at 11:57
feedback

4 Answers

The baseball archive can be downloaded in CSV format. The batting statistics file contains a little over 90,000 rows of data which should be helpful in performance testing your app.

link|improve this answer
Nice one. Thanks – chacko Nov 10 '10 at 11:43
feedback

See also this question on sample data.

I've used http://www.fakenamegenerator.com for these purposes in the past.

link|improve this answer
feedback

Another good source is baseball reference. Pick whatever baseball player or manager you can think of.

http://www.baseball-reference.com/managers/coxbo01.shtml

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.