Output - 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

The schema of the output table depends on the value of the OutputByWord argument.

TextTokenizer Output Table Schema, OutputByWord ('true')
Column Name Data Type Description
accumulate_column Same as in input table Column copied from the input table.
sn VARCHAR Serial number, in the input text, of the extracted token.
token VARCHAR Extracted token.
TextTokenizer Output Table Schema, OutputByWord ('false')
Column Name Data Type Description
accumulate_column Same as in input table Column copied from the input table.
token VARCHAR Tokenized text, separated by the delimiter specified by the OutputDelimiter argument.