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

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

Awk in Talend

I have to manipulate a String (or File) to extract same information in order to generate many row from one Row
the rule of extarction is so complicated, and i m looking to an tool into Talend like AWK.
regards,
Yassine
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi
In Talend, if the built-in functions can't implement your operation, you can hard code in a routine to do it or use a tSystem to call an external program/tool to finish the extraction.
Shong