Store Extra Variables

Used to store content that will not be analyzed. It will be stored after each analysis row created within the data table.

Example:

<StoreExtraVariables>

<ExtraVariable>

<ColumnName>Group name</ColumnName>

<ColumnType>System.String</ColumnType>

<ColumnValueName>Title</ColumnValueName>

</ExtraVariable>

<ExtraVariable>…</ExtraVariable>

          </StoreExtraVariables>

ColumnName (Required) – String

The name of the column that will be created within the data table.

ColumnType (Required) – String

The type of column created within the data table.

For help with column types, see Convert XML/Column Type.

ColumnValueName (Optional) – String

The name of the column that will be used when storing content.

Back to Top