I received a large amount of .CSV files from a client, and these files came from all over the world. Some of them are showing odd characters throughout the file when importing. I asked the origin of the particular files and was told the original languages were English and Spanish. I notice there are many that are Russian Language entries as well. I'm not sure the correct way to get the data to display correctly. To combat the Spanish to English problem, I have added the Spanish Language packs and also tried importing the CSV as "65001 : Unicode (UTF-8)". This changed the characters but did not make them correct.
Is there maybe a VBA code out there that can loop and convert these to whatever they are supposed to be? Or maybe remove them entirely? My next idea is loading the CSV files with a Python script and see if that is any different. I'm not sure if this is an issue with the import or possible the CSV file. When I open the original file in Wordpad, I see the same characters. Any advice is appreciated.
Examples:
-López
-Escuela República de Argentina
-Escuela de Música Salta
-ÆÑâ
-°4001
-ÞôõÑÂьúð ×ÞÃÂ
Is there maybe a VBA code out there that can loop and convert these to whatever they are supposed to be? Or maybe remove them entirely? My next idea is loading the CSV files with a Python script and see if that is any different. I'm not sure if this is an issue with the import or possible the CSV file. When I open the original file in Wordpad, I see the same characters. Any advice is appreciated.
Examples:
-López
-Escuela República de Argentina
-Escuela de Música Salta
-ÆÑâ
-°4001
-ÞôõÑÂьúð ×ÞÃÂ