You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Still very new to Talend (and Java) and I'm trying to figure out how to run two routines on the same column. This is the scenerio: I have a phone number column. The data in that column comes with speacial characters like + or - that I need to strip out. Also, some of the phone numbers come with a leading "1" that needs to be removed. I have two seperate routines, one to remove special characters and one to remove the leading "1" if the number is equal to 11 characters. My problem is I dont' know the syntax in the Expression Builder to make them work together.
Offline
Hello
My problem is I dont' know the syntax in the Expression Builder to make them work together.
For example:
RoutineName2.removeLeading(RoutineName1.removeSpecialCharacters(row1.columnName))
Best regards
Shong
Offline
Pages: 1