You can
examine the standard Web log tutorial job on the
Diagram tab of the SAS Data Integration Studio
Job Editor before you run it. You can also specify the location of the clickstream
log to process.
The following display
shows a sample renamed tutorial job:
Copied Standard Web Log Tutorial Job
Note that the following
tables are created as additional outputs in the Clickstream Parse
and Clickstream Sessionize transformations:
-
UNIQUEPARMS: the unique parameters
(as well as the type of parameter) found while processing the data
-
SESSIONS: information about the
sessions found while processing the data
-
SPIDERS: information about the
non-human visitor sessions found while processing the data
-
SPIDER DETAIL: the detail activity
of non-human visitor sessions identified in the SPIDERS table
These
tables are created during the processing necessary to produce the
final WEBLOG_DETAIL output table. They are stored in the Additional
Output library that is specified on the Clickstream Parse transformation
or the Clickstream Sessionize transformation.
Perform the following
steps to review and prepare the job:
-
Open the
renamed copy of the standard Web log tutorial job.
-
Scroll
through the job on the
Diagram tab and review
the following items:
-
the section that processes the
source clickstream log
-
the section that parses the data
into meaningful columns
-
the section that creates sessions
and generates an output table
-
Open the
File Location tab in the properties window for the Clickstream
Log transformation and review the file path to the clickstream log
in the
File name field. Specify another path
if you need to process a different log. Click
OK to close the properties window when you are finished.
Note: You can click
the
Preview button to view the first few
lines of the file and confirm that you have selected a valid path.