Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I promise I did a good deal of search before posting.
I am trying to proper title case a bunch of different strings in my job and I wanted to utilize the org.apache.lang3.StringUtils.capitalize class, unfortunately it seems that after following what I believe are the proper steps the class is being ignored by talend. Any ideas what I doing wrong? See images, at this point I was trying to get it working on the Last_Name string, before applying it to other strings. I am using 7.0.1 TOS
Your help is greatly appreciated. -- Matt
Try ignoring the part where you had imported the class.
So, just remove the part -
import org.apache.commons.lang3.StringUtils.*
The solution implemented by you looks good otherwise, additionally I would try putting the tLibraryLoad as part of Prejob.
Try ignoring the part where you had imported the class.
So, just remove the part -
import org.apache.commons.lang3.StringUtils.*
The solution implemented by you looks good otherwise, additionally I would try putting the tLibraryLoad as part of Prejob.