It doesn't look like it is possible to keep the same folder structure currently when outputting scraped information.
For example, if the input query text file looks something like this:
cars
cars/ford
cars/ford/focus/
cars/ford/focus/red
cars/porsche
cars/porsche/carrera
cars/porsche/carrera/black
cars/porsche/carrera/black/new
cars/porsche/carrera/black/used
cars/nissan
cars/nissan/xtrail
dogs/
dogs/bulldog/black
dogs/labrador/golden
dogs/labrador/golden/large
dogs/labrador/brown/large
...
Is it possible to maintain the same structure in the output files?
Also, how hard would this be to output all of the scraped information straight into a sql file so a databse of the information could be created (again keeping the same structure)?
Thank you.
For example, if the input query text file looks something like this:
cars
cars/ford
cars/ford/focus/
cars/ford/focus/red
cars/porsche
cars/porsche/carrera
cars/porsche/carrera/black
cars/porsche/carrera/black/new
cars/porsche/carrera/black/used
cars/nissan
cars/nissan/xtrail
dogs/
dogs/bulldog/black
dogs/labrador/golden
dogs/labrador/golden/large
dogs/labrador/brown/large
...
Is it possible to maintain the same structure in the output files?
Also, how hard would this be to output all of the scraped information straight into a sql file so a databse of the information could be created (again keeping the same structure)?
Thank you.
Last edited: