Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV Import: problems with import non-utf8 files #1549

Closed
getdatakick opened this issue Nov 17, 2022 · 0 comments
Closed

CSV Import: problems with import non-utf8 files #1549

getdatakick opened this issue Nov 17, 2022 · 0 comments

Comments

@getdatakick
Copy link
Contributor

Data can be truncated when importing non-utf8 encoded files with weird characters, see attachemnt.

In 1.4.0 the detection if input file needs to be converted to utf8 is not performed.

tblPrestashopUpload.csv

getdatakick added a commit that referenced this issue Nov 18, 2022
When ImportDataSources were introduced by commit
270d5f6 we forgot to properly
move data conversion to UTF-8 functionality. Without it, csv files with
non-utf8 encoding and non-ascii characters could not be properly
imported.

Closes #1549
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant