Zoomed Image

AMSX Scripting Language - Command : tablewordexpand

Summary

Expand and normalise word tokens in a table column using SQL-driven rules

Description

Reads rows from the source query, applies word-expansion rules to the specified field, and writes the expanded values to the output field using the update SQL. Optionally pre-processes word data and applies a nice-name flag. Used to standardise software publisher or product names during import.

Parameters

ParameterDescription
cmdSQL to get the data
Argument 0SQL to update the data
Argument 1Field name to expand
Argument 2Field to output to
Argument 3SQL to preprocess the word data
Argument 4SQL to get the word data
Argument 5Nice name flag

Syntax


TableWordExpand "SQL to get the data", "SQL to update the data", "Field name to expand", "Field to output to", "SQL to preprocess the word data", "SQL to get the word data", "Nice name flag"

Return to the AMSX Command Reference