Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi. Is it somehow possible for all uppercase characters within the string to make lowercase characters? I have list of email addresses which I need to deduplicate. I was trying to manage this using data quality tool but the problem is that the tool identifies for example 'j.smith@yahoo.com' and 'J.Smith@yahoo.com' as distinct values while they are actually duplicates. The ignore case function in DQ tool doesnt work for me either (dont know why).. so I was thinking if this could be somehow managed using DI? Many thanks for any suggestions