Append
Description
This step type allows you to order the rows of two inputs hops. First, all of the rows of the "Head hop" will be read and output, after that all of the rows of the "Tail hop" will be written to the output. If more than 2 hops need to be used you can use multiple append steps in sequence.
Options
Option |
Description |
---|---|
Step name |
Name of the step.
|
Head hop |
Name of the hop of which the rows should be output first. |
Tail hop |
Name of the hop of which the rows should be output last. |