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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
pgfitzpatrick
Partner - Contributor II
Partner - Contributor II

Parsing CSV for column string match

Hi,

Looking to parse a csv file (tFileInputDelimited) and continue with my workflow if a column matches a particular string. So, basically, iterate through each row - if a match is found, workflow continues

Would appreciate any insight.

 

Thanks

Patrick

Labels (3)
1 Solution

Accepted Solutions
akumar2301
Specialist II
Specialist II

use tfilterrow to filter record which should not continue with Flow.

 

https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/O_Vnk3B4SbKXtF5gTQl2Gg

 

Let me know if this is what you needed.

View solution in original post

3 Replies
akumar2301
Specialist II
Specialist II

use tfilterrow to filter record which should not continue with Flow.

 

https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/O_Vnk3B4SbKXtF5gTQl2Gg

 

Let me know if this is what you needed.

pgfitzpatrick
Partner - Contributor II
Partner - Contributor II
Author

Great. Thanks for the response. Works! 0683p000009MACn.png
akumar2301
Specialist II
Specialist II

Gr8 Please mark it as resolved.