SpiderMan.Storage.CSV (spider_man v0.3.4)
Save items to *.csv files by Storage
Usage
settings = [
...
item_processor_options: [
storage: [{SpiderMan.Storage.CSV, [headers: headers, file: file_name]}]
]
]
If didn't set :file
for this Storage, the default is ./data/Spider_Second.csv
.