Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Experts,
I want to convert the I/O delimited components to hash, but the loop turns into infinite:
The flow of this should be like:
1st iteration: IterateMngr will be sourcing from tFileoutputdelimited_3 then feed AppendedMngrout.
2nd iteration: IterateMngr will now use the AppendedMngrout as a source then feed AppendedMngrout.
from 2nd, this will go on until 9th. (For loop is used here).
When I put it into Hash, IterateMngr(HashIn) will source from AppendedMngrout(HashOut) then it will be linked to tFileoutputdelimited_3 (HashOut), then the loop never stops.
Can you please advise how to get this done? Thank you!
@jerome29 ,you want to store in memory for all the iterations and you can read after that iteration,you cna read that hashoutput data by using thashinput.