Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
*** Please note: This is an invalid link ****
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
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