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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
user_kmt
Contributor
Contributor

How to load TFilelist files data to multiple Oracle output tables

Hi,

 

in my job, I have to fetch a list of files using a tfilelist component.

I have to test for each file if the period written in the file name corresponds to the period inside the file if it is ok I must recover the schema of the file and insert the data into a table.

I have to do this processing for each file in the source directory.

 

PS: for each file I have a target table (loutput differs from one file to another)

 

 

best regrads

Labels (3)
2 Replies
Anonymous
Not applicable

Hello,

Could you please let us know if this related thread helps?

https://community.talend.com/t5/Design-and-Development/How-to-load-TFilelist-files-data-to-multiple-...

Best regards

Sabrina

user_kmt
Contributor
Contributor
Author

hi,

 

it's not exactly the same problem because before this step I did iteration

tdbinput -> tflowtoiterate -> tFilatelist -> tjava

in the output of the component tjava I can not recover all the values.

 

 

Best regards