Skip to content

Commit

Permalink
Update read me : generic file formats
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddharthaAnand committed Nov 4, 2017
1 parent 32393fa commit 85a8f0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ $ scrapy crawl dblpspider [-o] [filename]
This will start the spider, send requests asynchronously and receive data and store the
output (denoted by '-o' in the filename given by you).

For example:
You can store the extracted data in different file formats, all thanks to scrapy's in-built
capacity to do it. You can store file in .csv format, .json format and .jl format. You can read
about .jl format and how is it better than .json format over google.

I have used .jl just as an example:
```
$ scrapy crawl dblpspider -o dblp_data.jl
```
Expand Down

0 comments on commit 85a8f0c

Please sign in to comment.