View Source SpiderMan.Storage.CSV (spider_man v0.6.1)
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
,
for example: ./data/spider_name_1707293252.csv
.