Is there a way to overwrite the said file instead of appending it?
Example)
scrapy crawl myspider -o \"/path/to/json/my.json\" -t json scrapy cra
scrapy crawl myspider -t json --nolog -o - > "/path/to/json/my.json"