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 default

  • to - 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 value

    • value - value of the entry

    • main (optional) - if true, the value will be used as a main value, false by default