Hi,

I'm trying to deploy my scrapy project using scrapyd. I extract two types 
of item that are sent to a item pipeline where they are saved to different 
files, one for each item type. I use item exporters, currently the default 
csv exporter, to save the items. This works absolutely fine when I run it 
locally just using scrapy crawl, however when I run it using scrapyd it 
seems to output one file containing one of the item types in Json, rather 
than csv. I have not changed any settings in scrapyd really. Is there any 
way for me to get it to output BOTH of the files I want in a location that 
I decide? Actually, I don't necessarily care where it saves them as long as 
they are both there. 

Thanks a lot for any help. Let me know if you want me to include any code 
or any more information. 

-- 
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.

Reply via email to