where to get csv sample data? [closed]

2019-03-08 13:31发布

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

7条回答
兄弟一词,经得起流年.
2楼-- · 2019-03-08 14:29

This is a site that is in beta that can give you data in JSON, XML or CSV. All lists are customizable. This is a sample call to return data as CSV: http://mysafeinfo.com/api/data?list=dowjonescompanies&format=csv Documentation on lists, formats and options under documentation: http://mysafeinfo.com/content/documentation - Over 80 data sets available - see a full list under Datasets on the main menu

查看更多
登录 后发表回答