Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
You can do this with a bit of lateral thinking. Essentially what you will be doing is using a tMap with your main data flow with a lookup that will run for every row. The lookup will be driven by a "Select sequence.nextval from DUAL" query. Your tMap output should output to two output flows where the sequence will be shared. Remember to set the lookup table in the tMap to "Load at each row" in the Lookup Model.
You can do this with a bit of lateral thinking. Essentially what you will be doing is using a tMap with your main data flow with a lookup that will run for every row. The lookup will be driven by a "Select sequence.nextval from DUAL" query. Your tMap output should output to two output flows where the sequence will be shared. Remember to set the lookup table in the tMap to "Load at each row" in the Lookup Model.
Hi Sir,
I have tried to do it, however the sequence is the same for all rows, what is wrong here?
I have attached two images about it.
Thanks & Best regards,