I uploaded a spreadsheet to my database and some of the emails have spaces after them. I tried using Trim and RTRIM and none of them work. Then I came to think that maybe its some invisible hex code. This is what it looks like when I copy it out
This is what shows in my queue
"john.red@test.com\u00a0\"
this is what it looks like in the database with the space
john.red@test.com
how would I remove this space from all the fields?