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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Extract lines from text file with talend

Hello,
I a newbie with Talend and I'm trying to extract some lines from a text file to insert data in database.
The file has the following format :
head
N lines with format 1
N lines with format 2
foot
I just want to extract only the lines with format 2, I managed to read the file with the component tFileInputFullRow but I can't succeed to get only the the lines with format 2 and cut it to insert data in base...
Thanks in advance for your help and advice.
Labels (2)
1 Reply
Anonymous
Not applicable
Author

you could try multischema (MS) components if you have a record type id... otherwise of course you need some hint in the data to discriminate between formats...