Zoomed Image

AMSX Scripting Language - Command : XmlAddColumn

Summary

Add a column to every row in the XML document

Description

Adds a new field node to each record in the current XML document (mdoc). The field name is converted from a display name to an XML tag using FieldTag. Use XmlAddColumnNoTag if you want to use the field name exactly as given without tag conversion.

Parameters

ParameterDescription
cmdField name (converted to XML tag via FieldTag)
Argument 0Value to add to every row

Syntax


XmlAddColumn "Field name (converted to XML tag via FieldTag)", "Value to add to every row"

Return to the AMSX Command Reference