Hi there, I am writing scraper to extract data from a website in different languages. I can set view for my default dataset but I have been unable to do so for named datasets. Order of columns is importand for me.
I am creating scraper's using scrapy, python. I have to conform to an output format. The order of columns in dataset automatically turn's into alphabetical. It is very tedious task to manually adjust the orders again. Is there a way to maintain the orders of columns as that of output.
Hi, I am writing scraper's in Python, Scrapy and Apify. I have multiple actors that were working great till last night but suddenly today when I create a new build and start to run they give error "AttributeError: 'AsyncioSelectorReactor' object has no attribute '_handleSignals'". This is same for all the scrapers if I just run the previous build they run fine. How can I fix this?