Search Knowledgebase:![]() |
CSV file with references to checked bookmarks
User question:
> I'm trying to find out if there is a way to have Website-Watcher
> create a file that would consist of information about bookmarks
> where an update is detected. I'm sure there must be a way to do
> this but after looking at the help document and the forums for a
> while I wasn't able to figure it out. I run a daily check of all my
> bookmarks and I would like that check to produce an excel or CSV
> file that contained the URL, the three Info Fields, a path to the
> highlighted version of the page and the date and time of the check.
> Is there a way to do that?
Yes, you can use the Report/Export feature (Tools menu) to generate a CSV file with that information.
First you have to create a CSV template with a text editor, this template must contain the fields you want to export. An example template can be found at http://www.aignes.com/wswhelp/help_report_examplecsv.htm
Supported variables can be found at http://www.aignes.com/wswhelp/help_report_datafieldbookmarks.htm
In your case you would need the variables:
• | {wsw_url_url} |
• | {wsw_url_field1} |
• | {wsw_url_field2} |
• | {wsw_url_field3} |
• | {wsw_url_path_filename_chg} |
• | {wsw_url_date_checked} |