Zoomed Image

AMSX Scripting Language - Command : CleanColumns

Summary

Apply a cleaning operation to specified columns in a table

Description

Runs a named cleaning operation across one or more columns in a table. Currently supports the "cleandates" operation which normalises date values in the specified columns.

Parameters

ParameterDescription
cmdOperation name (currently only "cleandates" is supported)
Argument 0Table name containing the columns to clean
Argument 1CSV list of column names to apply the cleaning operation to
Argument 2CSV list of primary key column names used to identify rows

Syntax


CleanColumns "Operation name (currently only "cleandates" is supported)", "Table name containing the columns to clean", "CSV list of column names to apply the cleaning operation to", "CSV list of primary key column names used to identify rows"

Return to the AMSX Command Reference