Skip to main content
info
This documentation is for version v2.4 of the product.
For the latest version(v2.7) documentation click here
Version: v2.4 print this page

UnionAll

This node creates a new DataFrame by merging all the rows without removing the duplicates

Input

It accepts a DataFrame as input from the previous Node

Output

This node does union of all the rows without removing the duplicates

Type

join

Fields

Examples

Input1

idlabelf1f2
61.02.12.0
40.04.15.0
50.03.16.0
661.02.12.0

Input2

idlabelf1f2
61.02.12.0
40.04.15.0
50.03.16.0
661.02.12.0

Output

idlabelf1f2
61.02.12.0
40.04.15.0
50.03.16.0
661.02.12.0
61.02.12.0
40.04.15.0
50.03.16.0
661.02.12.0