Skip to main content
Announcements
Join us on Sept. 17 to hear how our new GenAI Assistant empowers data professionals: REGISTER
cancel
Showing results for 
Search instead for 
Did you mean: 
pawe84
Creator
Creator

Iterate csv files to tHashOutput

Hi everyone,

I have a pre job where data is stored of a csv file to tHashOutput.

After that other operations will take place inside the main job.

If I have several csv files it seems that tHashOutput stores only values of the last csv file.

pawe84_0-1723023915096.png

How I can add tFlowToIterate? I tried to connect it before tReplicate but you cannot connect both components, same if you try to place it after the filters.

I wonder why it's not working generally because between tFileList and tFileInputDelimited is already an iteration.

Thanks for any hints.

 

 

 

 

Labels (1)
  • v8.x

1 Reply
Shicong_Hong
Support
Support

Hello

Make sure the 'Append' option is checked on tHashOutput to append all records. 

tReplicate component is used to replicate an input data flow, it requires an input component rather iteration, that's why you can't add a tFlowToIterate between tFileInputDelimited and tReplicate. The same logic as tHashOutput component. 

Regards

Shicong