Hi So I have a dataset and this dataset have column which I have to merge but sometime 1 or 2 columns are missing and because of that canvas throws an error
Example:
Input 1:
output 1:
| t1 | t2 | t3 | t4 | Output |
| a | b | c | d | a b c d |
| e | f | g | h | e f g h |
Now sometimes the column is missing
Input 2:
Output1: