scrapy自带Feed exports可非常方便的将item内容输出到常用的文件格式中,这对一般小型项目来说已经足够了。
启动爬虫时,命令行输入:
scrapy crawl myspider -o item.json -t json
scrapy crawl myspider -o item. csv -t csv
scrapy crawl myspider -o item.xml -t xml
scrapy自带Feed exports可非常方便的将item内容输出到常用的文件格式中,这对一般小型项目来说已经足够了。
启动爬虫时,命令行输入:
scrapy crawl myspider -o item.json -t json
scrapy crawl myspider -o item. csv -t csv
scrapy crawl myspider -o item.xml -t xml
本文标题:Scrapy自带输出器将item输出到csv、json、xml中
本文链接:https://www.haomeiwen.com/subject/ftejpqtx.html
网友评论