-
Expand
XML element processor, and click
Add item.
-
Select
Concatenate text element, to prevent the
text to be split when the XML code contains predefined character entities (like
& ,
> ,
" , etc.).
For example, if you index the tag: <THEME_FR>Global Procurement &
Supply chain</THEME_FR> without the Concatenate
text element option, you get several metadata instead of a
single one. Instead of a single metadata: THEME_FR = Global Procurement
& Supply chain , you get 3 metadata:
THEME_FR = Global Procurement
THEME_FR = &
THEME_FR = Supply chain
-
For Processor’s id, specify the identifier of the
processor that must process documents. This id must be identical to the
Entry point id.
-
In
Include elements, specify element mappings:
-
Element: Name of the XML element to
extract. This can also represent an attribute when specifying a string in the
form
node@attribute . For example:
book@title .
-
Meta: Name of meta associated with the node
content. If you do not specify any meta, the connector uses the name of
the element or attribute to infer the meta name. For example, if
Element is set to book , the node
text is pushed in the book meta, or if
Element is set to book@title , the
attribute text is pushed in the title meta.
-
Optionally, in Exclude elements,
you can specify a list of node names that must be skipped by the processor.
-
Click
Apply.
|