Zoomed Image

AMSX Scripting Language - Command : xmladdcolumnnotag

Summary

Add a column to every row in the XML document without tag conversion

Description

Adds a new field node to each record in the current XML document (mdoc) using the field name exactly as supplied, without FieldTag conversion. Use this when your XML already uses the exact node name you want.

Parameters

ParameterDescription
cmdField name (used verbatim, no tag conversion)
Argument 0Value to add to every row

Syntax


XmlAddColumnNoTag "Field name (used verbatim, no tag conversion)", "Value to add to every row"

Return to the AMSX Command Reference