Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jerownimow
Contributor III
Contributor III

How to convert I/O delimited to Hash making use of the hashOut as a source of HashIn on the same pipeline?

Dear Experts,

I want to convert the I/O delimited components to hash, but the loop turns into infinite:
0683p000009M26g.png
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!

Labels (1)
  • v7.x

1 Reply
manodwhb
Champion II
Champion II

@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.

 

0683p000009M2S0.png