Remove special characters
Solved
FaridP
-
FaridP Posted messages 8 Status Membre -
FaridP Posted messages 8 Status Membre -
Hello Forum,
I need to extract data from a table that contains special characters and accents, and I can't find a foolproof method to "clean" the extraction.
In short, I only need to export non-accented letters and numbers: a-z, 0-9, A-Z.
Do you have any tips to help me out of this mess?
Thank you for your help, your time, and have a great end of the day everyone.
Farid
I need to extract data from a table that contains special characters and accents, and I can't find a foolproof method to "clean" the extraction.
In short, I only need to export non-accented letters and numbers: a-z, 0-9, A-Z.
Do you have any tips to help me out of this mess?
Thank you for your help, your time, and have a great end of the day everyone.
Farid
6 réponses
yg_be
Posted messages
23437
Registration date
Status
Contributeur
Last intervention
Ambassadeur
1 588
Hello,
how do you perform the extraction?
Do you want to eliminate accented characters, or replace them with the corresponding non-accented characters?
One possible method is to write and use a VBA function that cleans up a string.
how do you perform the extraction?
Do you want to eliminate accented characters, or replace them with the corresponding non-accented characters?
One possible method is to write and use a VBA function that cleans up a string.