SB,

Rather than printing the fields out, which just dumps it to STDOUT, you
want to create an object of the type that you defined in your items.py
file.  Then when you do a yield on that item, it gets sent into the scrapy
processing components, which eventually format it as you define in the
command line args.

Try something like this:

https://bpaste.net/show/bf54b968ca31

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