column Element

Identifies one or more columns of data that the message filtering script reads when accessing the data file specified by the parent file element.

Syntax

  Copy imageCopy Code
<lc:column name="columnName"/>

Attributes

name

Required. Specifies the name of a column. The name must be a valid Microsoft SIP Processing Language (MSPL) identifier.

Child Elements

None.

Parent Element

Remarks

See the section "Flat File Access" in the topic MSPL Script Syntax for additional description and an example. The namespace prefix "lc" in the preceding usage example is the default namespace prefix, but can be replaced with any string value that you assign to your namespace using the xmlns attribute of the applicationManifest element.

See Also