Previous Topic: TransformsNext Topic: Validation


TransformEx

You can perform more complex transforms using a conversion expression. This attribute can manipulate the extracted data in any number of ways. Use this attribute to add prefixes, take subsections, search and replace sections, and so on.

This attribute has the following syntax:

%<MyVar transformEx="X,...">%

Applies conversion expression X to the extracted text written to the %<MyVar>%.

You can apply multiple transforms and transform expressions can be specified. These are applied in the order in which they are stated.

Example: %<ID transformex="DOC_ID[\"\%untilend\%\",subsection=1:2]">% * %</ID>%