Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i have troubles finding the right component in my situation, help would be appreciate for a best practice developpement.
My schema is pretty simple (Key, Value), and i want to execute a job for each similar key.
for exemple i want to transform this flow :
1 value1
1 value2
1 value3
2 value4
2 value5
3 value6
3 value7
in 3 flows
1 value1
1 value2
1 value3
and
2 value4
2 value5
and
3 value6
3 value7
simple as that