The TextTagging function has these input tables:
- Text table
- Rules table [Optional]
If you omit the rules table, you must specify the tagging rules with the Rules argument.
The following table describes the columns of the text table. The table can have additional columns, but the function ignores them unless you specify them in rules.
Column Name | Data Type | Description |
---|---|---|
text_column | VARCHAR | Text to be tagged. |
accumulate_column | Any | Column to be copied to the output table. |
Column Name | Data Type | Description |
---|---|---|
tagname | VARCHAR | Name of tag. |
definition | VARCHAR | Definition of tag. |