Input - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software
Path_Generator Input Table Schema
Column Name Data Type Description
input_column Any Optional. Column other than sequence_column or count_column. Typically, one input_column is a user identifier.
sequence_column VARCHAR Path to analyze, which has this syntax:
symbol [delimiter symbol ...]
Each symbol is an alphanumeric character, typically a code that represents a unique web page view, as in Example.

If the input table is a query result, the query must specify sequence_column in the GROUP BY clause, so that the input table has one row for each unique path.

count_column INTEGER Number of times the path was traveled.