Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Prasanna3
Contributor
Contributor

Scenario based Question in Talend???

I have CSV file like below

123 145 167
345 567 789


empno ename sal
111 Kiran 200
112. King 300

how to read CSV file from starting header.
Labels (3)
35 Replies
Prasanna3
Contributor
Contributor
Author

Hi

That solution is not working if I process multiple files at a time.can you please suggest me what to do
Prasanna3
Contributor
Contributor
Author

Hi
With my exact requirement that solution you suggested is working fine but when I process multiple files it's not working.i want to process multiple files at a time.as per my observation once first file processed after context.header still be in true it's not using context.header false . please suggest me what to do
ankit7359
Creator II
Creator II

Hi Prasan,

Greetings of the day!!!

Well for multiple files you can use tfilelist component for pulling multiple files from the local directory and in the tfileinputdelimited - use the global variable - current_filepath + current_filename and then rest of the flow is as usual as @Ganshyam has specified.

Pls do try it once,if you are facing issues, Pls get back to Talend Community.

Thanks,

Ankit.

Prasanna3
Contributor
Contributor
Author

Hi

I tried same way but it's not working.

I am getting two records null after inserted 3 records
ankit7359
Creator II
Creator II

Hi @prasan,

Great!!! Kudos for trying!!!

Can you pls share few screenshots of your job design.

I ll try from my end as well..

Thanks,

Ankit.

Prasanna3
Contributor
Contributor
Author

I can't able to share screen now..
But how can I make context header to false after every file in the flow