Zoomed Image

AMSX Scripting Language - Command : XmlRemoveColumn

Summary

Remove a column from every row in the XML document

Description

Removes the named field node from each record in the current XML document (mdoc). The field name is converted to an XML tag using FieldTag before lookup. Use XmlRemoveColumnNoTag to remove by exact node name.

Parameters

ParameterDescription
cmdField name (converted to XML tag via FieldTag)

Syntax


XmlRemoveColumn "Field name (converted to XML tag via FieldTag)"

Return to the AMSX Command Reference