MergeEntries transformer¶
Creates a new entry in a row that is a merge of the selected entries in a row, with different name.
Usage:
<merge-entries separator=" " to="targetFieldName">
<source-entry type="sourceEntryType" value="sourceEntryValue" main=" />
</merge-entries>
Attributes:
separator
- separator to be used. Space(‘ ‘) by defaultto
- name of the field to be created
Children:
- source-entry - entry to be merged
type
- type of the entry - if “field”, the value will be taken from the row, otherwise the value will be used as a valuevalue
- value of the entrymain
(optional) - if true, the value will be used as a main value, false by default