Scenario: I am helping to clean .xls files we are getting from 3rd Parties. They are submitting horrific looking .xls. We are using IBM Datastage(DS) to upload the data but the list below and their special chars are crashing our DS job, these are first names, and last names. Is there a way in Excel to strip the columns from all special characters
Special Chars: (~*, ",", " “ ", "‘", "~", "?", "Ñ", "Á", "’", "Í", "é")
Currently we are: ctrl + F to find the special chars and delete them with a space and sometimes the hidden characters we have to remove on the .TXT because they won't show on .xls until they are saved on the .txt.
We have over 85 files to clean and there has to be an easier way to format these files. Please help :(