Open svenvarkel opened 6 years ago
First thanks for good software!
Secondly I have a question about the "Args" field in the "Run job" view. What does that do? Is there any way to pass arguments to a job like it's possible to do when run a scraper from command line, e.g scrapy crawl --set=SOMETHING=ATHING a_scraper
?
Thanks!
same like pass the params from command line e.g foo=1,bar=2 equals scrapy crawl a_scraper -a foo=1 -a bar=2
foo=1,bar=2
scrapy crawl a_scraper -a foo=1 -a bar=2
First thanks for good software!
Secondly I have a question about the "Args" field in the "Run job" view. What does that do? Is there any way to pass arguments to a job like it's possible to do when run a scraper from command line, e.g scrapy crawl --set=SOMETHING=ATHING a_scraper
?
Thanks!