Hi, See this pastebin that I have create https://pastebin.mozilla.org/5434310
Regards. Merci. --------- Lhassan Baazzi | Web Developer PHP - Symfony - JS - Scrapy Email/Gtalk: [email protected] - Skype: baazzilhassan Blog: http://blog.jbinfo.io/ 2014-06-18 22:18 GMT+01:00 Anjali Arora <[email protected]>: > Hi, > > My spiders have been set up perfectly, except that now I need the CSV > export to happen with tab-delimited, rather than the default comma > delimited. > > Here's how the start of my file looks: > > from scrapy.spider import BaseSpider > from scrapy.selector import HtmlXPathSelector > from dmoz2.items import DmozItem > > What do I need to do differently to get a tab-delimited CSV output? > > Thanks. > -Anjali > > > -- > You received this message because you are subscribed to the Google Groups > "scrapy-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/scrapy-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
