Bug #106423 | importing UTF-8 files does not work | ||
---|---|---|---|
Submitted: | 9 Feb 2022 17:07 | Modified: | 10 Feb 2022 22:15 |
Reporter: | Valerio Messina | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | OS: | Windows | |
Assigned to: | CPU Architecture: | Any |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[9 Feb 2022 17:09]
Valerio Messina
[9 Feb 2022 17:09]
Valerio Messina
Encodinig import settings does not matter
Attachment: MySQL_Workbench_8.0.28_import.png (image/png, text), 16.03 KiB.
[9 Feb 2022 17:13]
Valerio Messina
a csv file saved as UTF-8 containing non ASCII chars
Attachment: DB_PSA_UTF-8_lite.csv.7z (application/octet-stream, text), 551 bytes.
[9 Feb 2022 17:17]
Valerio Messina
here the table def, field "remarks" is a VARCHAR
Attachment: MySQL_Workbench_8.0.28_tableDef2.png (image/png, text), 94.85 KiB.