Hello all,
I have an existing column
| Merged |
| 1 |
| 1 |
| 2 |
| 2 |
| 3 |
| 3 |
| 4 |
| 4 |
| 5 |
I want to add a null value to the head of this row
Expected output
| Merged.1 |
| Null |
| 1 |
| 1 |
| 2 |
| 2 |
| 3 |
| 3 |
| 4 |
| 4 |
| 5 |
Thanks in advance
Solved! Go to Solution.
You can create a null row in a text input and then union the two streams together and check the box at the bottom of the union configuration so that the text input data set comes first.
