Modification of 'Automatically export verified URLs' Option
This is one suggestion I thought of when it comes to automatically exporting to file, the verified links of each project.
In the case someone chooses a CSV to save their verified links by clicking that checkbox in the options tab of the project. - write the same exact columns /data to it, that you get from:
right clicking a project
seeing the urls to export and doing just that (saving to CSV (normal)) for example.
so, all the exact same columns from there.
Why? At the moment, it only exports the URLs with no columns to CSV.
Maybe cool for most cases. But I have this technically complex setup using python to guage whether a link is worth indexing with mysql stuff to insert it elsewhere. I guage it by exporting the verified urls by right clicking the project, exporting the projects URLs to CSV (Normal) with all the fields where python then references specific column names. But this is all manual stuff each day.
When I searched the forum recently I found this automatically verify feature but now don't feel i can use it now unless i convert the txt to CSV which is more script work.
Anyway, maybe others have the same interest as mine, i get if this is too edge-case though!
Thanks
In the case someone chooses a CSV to save their verified links by clicking that checkbox in the options tab of the project. - write the same exact columns /data to it, that you get from:
right clicking a project
seeing the urls to export and doing just that (saving to CSV (normal)) for example.
so, all the exact same columns from there.
Why? At the moment, it only exports the URLs with no columns to CSV.
Maybe cool for most cases. But I have this technically complex setup using python to guage whether a link is worth indexing with mysql stuff to insert it elsewhere. I guage it by exporting the verified urls by right clicking the project, exporting the projects URLs to CSV (Normal) with all the fields where python then references specific column names. But this is all manual stuff each day.
When I searched the forum recently I found this automatically verify feature but now don't feel i can use it now unless i convert the txt to CSV which is more script work.
Anyway, maybe others have the same interest as mine, i get if this is too edge-case though!
Thanks

Comments