<<< Import Wizard
Report Wizard >>>
To start the Export Wizard, press Export button at the Log Analyzer tab or select the appropriate item from the menu Log Analyzer. The source data for export may be taken from log file database of the current project or from last imported log file.
You can export the data on spider visits into the file format that is most convenient for you. The program supports export to CSV, XML, and existing log files formats (W3C Extended Log Format and Combined Log Format). You may also export spider IPs into CSV file. You may need the data in XML format if you want to process this information in some other program that accepts information in XML format, or simply if you want to keep the visit records in plain text file.
You may specify the fields to export the data from.
You may view an example of logfile database exported into XML.
Here's the DTD of the exported xml file:
<!DOCTYPE log_spider [
<! ELEMENT ELEMENT log (project_info, date_creating, request*) >
<! ELEMENT project_info (project_name, project_descr, url_site) >
<! ELEMENT project_name PCDATE>
<! ELEMENT project_descr PCDATE>
<! ELEMENT url_site PCDATE>
<! ELEMENT request (date, spider_info, page, error_code, bytes, referer) >
<! ELEMENT date PCDATE >
<! ELEMENT spider PCDATE >
<! ELEMENT page PCDATE >
<! ELEMENT error_code PCDATE >
<! ELEMENT bytes PCDATE >
<! ATTLIST spider
user_agent CDATA #REQUIRED
spider_ip CDATA #REQUIRED >
<! ATTLIST page
request_type ('Request Line' | 'Filename')>
]>
<<< Import Wizard
Report Wizard >>>
|