Hi,

I have a data file that query data from SQL and the result came out with First Name and Last Name without trim.
Example:
John               Smith
Jim         Smith
Alexa                 Smith
John N                    Smith
Now, I need to remove all over than 2 space to only 1 space. Any way to do it fast?

Thanks