Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone. I'm wondering if there's a way to use UPCASE & TRIM together. For example, I currently have in my tMap
StringHandling.TRIM(row1.Supplier_Name)
But I also want the output of this column to be in upper case too. Is it possible to do that?
Thank you!
Hi,
StringHandling.UPCASE(StringHandling.TRIM(row1.Supplier_Name))
Send me love and KUdos
Hi,
StringHandling.UPCASE(StringHandling.TRIM(row1.Supplier_Name))
Send me love and KUdos
That works, thank you so much! 🙂