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

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

Text preprocessing with Talend Open Studio for Data Integration

Hello,

I am new in Talend. 

How can i preprocess a text label in Talend with steps such as : remove stop words, remove punctuations.

I can do this steps with python code but i really want to perform with Talend.

are there a way to perform that?

Thank you in advance for your help.

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi
Take a look at tReplace component or create user routine to achieve it. About user routine, refer to this documentation.
https://help.talend.com/reader/I48H6c~0i42r2CnSb9d3tw/4bp4IWXXXGSaNU8~4LEKJQ

Regards
Shong