Liquid Studio Documentation
Data Mapping / Data Mapper Functions / By Category / Set / Combine Nodes
In This Topic
    Combine Nodes
    In This Topic

    Function Name
    Combine Nodes
    Category
    Set
    Icon
    CodeToChar
    Description
    Combines 2 sequences of objects into a single sequence.
    The input sequences must be of the same type.
    Inputs
    Value 1
    Value 2
    The first sequence to be combined.
    The second sequence to be combined.
    Outputs
    Sequence A sequence containing all the values in all the input Values.
    Properties
    None -

    Usage

    Combines the values from 2 sequences of nodes. All the input values must be of the same type.

    Example 1

    The following example would combine all the ContactDetails elements from XmlReader 1 with all the ContactDetails elements from XmlReader 1, returning a sequence containing both sets of ContactDetails.

    CombineNodes only works with input node of the same type. If the input nodes are different then an error will be raised.

     

     

    See Also