Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
Here is my problem, I hope you can point me in the right direction.
I have a dataflow similar to the following one, that comes from a tDBinput :
code data
AA john
AB jack
BB jane
AA jerry
AB albert
I am trying to split my data into different data flows according to the column code
So the wanted output would be 3 dataflows :
dataflow1 :
AB jackAB albert
dataflow2
dataflow3
AA jerryAA john
The list of distinct codes can vary so I don't know it in advance. (Unless I do a select distinct in the job)
Do you know if this is possible ?