Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
schlos committed Nov 27, 2016
1 parent 2740b70 commit f8de50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,12 +1,12 @@
For detailed description read "the post":http://scraping.pro/how-to-scrape-csv-data-files/
For detailed description read [the post](http://scraping.pro/how-to-scrape-csv-data-files/)

# How to scrape CSV data files

This short post in to guide you in how to scrape CSV data files. You may ask, why do we need this scrape if those data are already in files? The answer is that you might need to spend quite a lot of time in downloading the files into one place and sorting or merging them.

Python’s CSV library is well able to do a lot of the work for you. Another handy tool is the ScraperWiki toolset and library. So, even if you don’t have much ability in programing, you can adopt a scraper, adjust it for your situation and get data scraped and saved into SQLite database in ScraperWiki for further download. Also you could generate a view from your data scraped.

First of all I got a CSV scrape guide from ScraperWiki: "here":https://classic.scraperwiki.com/scrapers/csv_files_scraper/.
First of all I got a CSV scrape guide from ScraperWiki: [here](https://classic.scraperwiki.com/scrapers/csv_files_scraper/).

## Basic steps

Expand Down

0 comments on commit f8de50c

Please sign in to comment.