Forum Discussion
Changer le modifier le format d'Encodage des fichiers csv importés dans un dataflow avec power query
- 2 years ago
Thanks I changed the format to utf-8. I also wanted to know if it is possible to automatically convert files imported into the datahouse through code written in notebook or other to avoid modifying the source files individually.🙏
- 2 years ago
Not really. Once you misinterpreted the encoding the likelihood of data loss increases, and the likelihood of being able to recover decreases. When you see your question mark diamond it's already too late.
Do it right from the beginning.
Make sure that the data source for your CSV files produces them in UTF-8 encoding (65001) or better, not in 1252.
- ofcourse2 years agoFrequent Visitor
Thanks I changed the format to utf-8. I also wanted to know if it is possible to automatically convert files imported into the datahouse through code written in notebook or other to avoid modifying the source files individually.🙏
- lbendlin2 years ago
Super User
Not really. Once you misinterpreted the encoding the likelihood of data loss increases, and the likelihood of being able to recover decreases. When you see your question mark diamond it's already too late.
Do it right from the beginning.