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: 
MarkM1
Contributor II
Contributor II

How can I extract the text out of a RTF string

TOS_DI 7.3

Is there a Rich Text component, or a way to include a library in Code to extract text from a string in Rich Text format?

Labels (2)
1 Reply
Anonymous
Not applicable

Hi

I think you need to convert RTF string to a plain text using Java code first, refer to this page. In Talend Studio, you can write the java code in a user routine or a tJava component to convert RTF to plain text.

 

Regards

Shong