I have a CSV that is manually updated occasionally with ID's of users here at work. I have code that does a compare on the list but some of the ID's have spaces after them so they aren't matching.
How do I do a data integrity check on this CSV to make sure only the ID names are listed? In other words remove all the spaces.