Wednesday, January 6, 2016

String handling in Talend

Download jar file from
http://www.java2s.com/Code/Jar/c/Downloadcommonlang3jar.htm


Load the lib using tLibraryLoad component
In tmap use below command

 org.apache.commons.lang3.text.WordUtils.capitalizeFully(row2.text)

it will return the o/p as INITCAP

No comments:

Post a Comment