View Source SpiderMan.Storage.JsonLines (spider_man v0.4.7)
Save items to JsonLines(*.jsonl) file by Storage
usage
Usage
settings = [
...
item_processor_options: [
storage: [SpiderMan.Storage.JsonLines | {SpiderMan.Storage.JsonLines, file_name}]
]
]
If didn't set file_name
for this Storage, the default is ./data/Spider_Second.jsonl
.