Closed PepeExpress closed 1 year ago
The issue is not in reading, but in the encoding of esteri.csv: that file should be encoded UTF-8 instead of WINDOWS-1252. So in order to fix the issue, file esteri.csv should be converted to UTF-8. I'm going to fix it.
Ok thanks 👍🏼
Describe the bug The file
esteri.csv
gets read with a wrong encoding, this causes to have some replacement characters�
for certain letters (for example theù
of Perù)To Reproduce Steps to reproduce the behavior:
RSSMRA88D12Z611J
Expected behavior Instead PERÙ should be returned.
I will open a pull request with a fix for this