hello everyone am new in using scrapy, I want to know if there is any way to separate one singular field name into multiple in the scrapy pipeline
Eg:
Author,Quote,Tags
Steve Martin,"“A day without sunshine is like, you know, night.”","(['humor', 'obvious', 'simile'],)"
this is usually how it is saved in a csv file but is there any way to separate the tags into this
tag 1:’humor’
tag 2:’obvious’
tag 3 :’smile’
in scrapy pipeline
New contributor
blob blob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.