Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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
TRF
Champion II
Champion II

What do you mean?

Prasanna3
Contributor
Contributor
Author

I want to read CSV file from where header is started.

For example header is in middle of the CSV file
Anonymous
Not applicable

0683p000009M038.pngyou can read the file like the above

Prasanna3
Contributor
Contributor
Author

No my question is

Header is available in middle of the CSV file I want to read it from there
Anonymous
Not applicable

If you specify header as 3 in your scenario you can get the values after the header.

 

Prasanna3
Contributor
Contributor
Author

I don't know how many lines available before header then that time how we will do that?
Ganshyam
Creator II
Creator II

Hello,

 

You are not sure about from where the header line will start, probably it could be any number may be 4,5 ..??

 

Regards

Ganshyam

Prasanna3
Contributor
Contributor
Author

How we can find position of header in CSV file
Ganshyam
Creator II
Creator II

Hello,

Below is the data in the csv file where we are not sure about the starting of the header.

 

0683p000009M03O.png

 

Job Design.

 

0683p000009M04k.png

 

Hope this is the required solution.

Regards

Ganshyam