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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Read Text file using regex

I need to read text file using regex.Data in text file is very conditional so I want to read data using regex groups. Can anyone please help me on this?
Labels (2)
4 Replies
Anonymous
Not applicable
Author

Try the custom component tFileInputTextFlat from Talend Exchange:
https://exchange.talend.com/#marketplaceproductoverview:gallery=marketplace%252F1&pi=marketplace%252...
 
Anonymous
Not applicable
Author

Hi,
 
Here is a component TalendHelpCenter:tFileInputRegex which opens a file and reads it row by row to split them up into fields using regular expressions.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
 
Here is a component tFileInputRegex which opens a file and reads it row by row to split them up into fields using regular expressions.

Best regards

Sabrina
Anonymous
Not applicable
Author

First thank you all for your guidance.
And Yes, using tFileInputRegex component, I could read the text file using regex patterns.