Hi Everyone, I am stuck in one of my transform which is causing issues, I need to remove few special umlaut character from my firstname and lastname and end result should be in lower case and if we have any double words in firstname or in lastname it should replace with -
It is not able to format clearly, I had tried to use with explicit input too but I got error on calculating value, I am not sure why it is not able to calculate the values
Unfortunately, that doesn’t work, it still showing me failed error
There was an exception while calculating the value for this attribute. Error during transformation for attribute: simplifiedlastname (Transform ID: UmlautLname) Cause: An empty regex expression may not be used for target value:
Hey @sharvari :Thanks a lot for suggesting way to handle spaces, Error got resolved but actual last name still showing space between double words instead of - , I feel it’s not able to interpret it correctly, if it can use - whenever it encounters space between them, we should be good