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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
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