Hello,
I have 2 data streams coming in which I am doing union on using manually configure fields.
1 data stream has 190 records. Other has 10 records.
After union, 190 rows are null while just 10 are filled with records while all previous 190 were filled up too.
Can't figure out what the issue is as it's running perfectly fine for all other flows.
It seems to me that your manual configuration is not correct. Are you sure that the position of the columns is correct? Example:
INPUT 1:
ColumnA |
a |
INPUT 2:
ColumnB |
b |
Wrong position config will generate rows with nulls:
Correct config:
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |