XML Importer component RRTs

Component RRT ID

The RRT ID for this component is XIM.

Reserved Replacement Tag Names (RRTN)

This component supports the following RTN value:

Name Description
File Count Number of loaded files.

Field Replacement Tag Names (FRTN)

This component supports the following FRTN values:

Name Description
%Field% The first result of the query. Field represents the name of the search field.

Example: ~XIM::%Invoice Number%

%Field_Index% A particular result of the query. Field represents the name of the search field. Index represents the ordinal index number of a query result.

Example: ~XIM::%Invoice Number_1%

%Field Count% The number of found values for the search field. Field represents the name of the search field.

For example, if an XPath query returns the result set that contains three values of Invoice Number, the following RRTs will be created:

  • ~XIM::%Invoice Number%~
  • ~XIM::%Invoice Number_1%~ (This RRT contains the same value as the first non-indexed RRT above.)
  • ~XIM::%Invoice Number_2%~
  • ~XIM::%Invoice Number_3%~

In this case, ~XIM::%Invoice Number Count%~ is replaced by 3.

For a single output, the non-indexed RRT will be created: ~XIM::%Invoice Number%~