how to get scrapy output file in csv

Solutions on MaxInterview for how to get scrapy output file in csv by the best coders in the world

showing results for - "how to get scrapy output file in csv"
Gauthier
07 Sep 2017
1# Add this line below start_urls
2custom_settings = {"FEEDS":{"results.csv":{"format":"csv"}}}
3#working on scrapy version 2.4.1
4# to export output into csv file format