My input data header is of the form:
A | B | C | A_FLAG | B_FLAG | C_FLAG |
I want my incoming data to be split into streams for each pair:
A | A_FLAG |
-----
B | B_FLAG |
-----
C | C_FLAG |
-----
So on....
Hi @Biswarun,
you can do this by first doing a transpose then transforming the headers you used to have into new headers easier to read and catégories. Then you can do a cross tab to have the data in the format you want.
Find attached an example workflow doing this trick, you may have to tweak it a bit if you end up having field names (other than flags) containing _
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |