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: 
mcomstobe
Contributor
Contributor

tLibraryLoad with org.apache.lang3.StringUtils.capitalize to proper title case a string being ignored

I promise I did a good deal of search before posting. 0683p000009MACn.png

 

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. -- Matt0683p000009LzPO.png0683p000009LzSb.png0683p000009Lz9a.png0683p000009LzNc.png

 

 

Labels (3)
1 Solution

Accepted Solutions
iamabhishek
Creator III
Creator III

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.

View solution in original post

1 Reply
iamabhishek
Creator III
Creator III

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.