Is there a function or custom ways to convert strings into camel case on DQS - Data Quality services?
Solved
DQS - camel case
Best answer by AKislyakov
Hi
for such case there is an optional parameter leaveExcsAsTheyAre
in capitalizeWithException(string srcStr [, boolean leaveExcsAsTheyAre=false] [, string exc]...)
If the parameter leaveExcsAsTheyAre is set to true , the transformation leaves words from exc as they are in the string srcStr , i.e. without any change. |
So, you want something like capitalizeWithException(upper(pur_city), true, 'BLVD')
Reply
Login to the Ataccama Community
No account yet? Create an account
For Ataccama Customers and Partners
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.