Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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
Creator III
Creator III

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
Creator III
Creator III

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
Creator III
Creator III

Gr8 Please mark it as resolved.