Hi,
I've put some 10 urls - in a precise order - in my scraper but each time I run the scraper and export to csv the data (from these urls) comes out in another order. This makes it difficult for further procession in spreadsheet etc. I need to get out the data always in the same order. Is there a way to do this?
Thanks!
Frank
Hi
no, at many times it is said in this forum that the scraping with this extension is generated without respecting any order.
But with Excel, perhaps you can sort the record on the column of the differents URLs
Hi Frank!
If you want the results to be in the same order as you put it in you've got to use Couch DB server on your machine.
Once you have it installed, you will have to right click on web scraper icon and choose properties, then select CouchDB in the list (local is default value), and put IP of your CouchDB instance.
One precaution though - the urls you put in sitemap must be written in backwards order (from Z to A), it will result in a proper order you had originally.