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

Converting string to properly formed HTML

I have strings that are meant to be hyperlinks, however, the source isn't properly formed.

 

Is there a way to convert something like the following into a properly formed hyperlink

 

Source

<http://www.fmd.qut.edu.au/security/dvd/Evacuation_282k.wmv>

 

And naturally what I want 

<a href="http://www.fmd.qut.edu.au/security/dvd/Evacuation_282.wmv">Evacuation</a>  or

<a href="http://www.fmd.qut.edu.au/security/dvd/Evacuation_282.wmv">http://www.fmd.qut.edu.au/security/dvd/Ev...

 

*** Please note: This is an invalid link ****

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

Are you using talend data preparation product?

With talend data integration solution, if you want to create a properly formed HTML table with Information of the string above, you could do some java code in tJavaRow component. (for ex. tFileInputxxxx-->tJavaRow).

Best regards

Sabrina

 

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Hello,

Are you using talend data preparation product?

With talend data integration solution, if you want to create a properly formed HTML table with Information of the string above, you could do some java code in tJavaRow component. (for ex. tFileInputxxxx-->tJavaRow).

Best regards

Sabrina