Bug #97813 | Wont fully import CSV file. | ||
---|---|---|---|
Submitted: | 27 Nov 2019 13:40 | Modified: | 31 Dec 2019 7:35 |
Reporter: | Brandon Hoffman | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S1 (Critical) |
Version: | 8.0.18,8.0.20, 8.0.28, 8.0.42 | OS: | Windows (10) |
Assigned to: | CPU Architecture: | x86 (quad core 2.2 ghz) | |
Tags: | .csv file, importing, workbench 8 |
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
[27 Nov 2019 13:51]
Brandon Hoffman
[27 Nov 2019 13:51]
Brandon Hoffman
creating a new table
Attachment: newtablecreation.PNG (image/png, text), 31.44 KiB.
[27 Nov 2019 13:52]
Brandon Hoffman
showing the correct filepath
Attachment: selected.PNG (image/png, text), 10.92 KiB.
[27 Nov 2019 13:52]
Brandon Hoffman
showing schema without the table present
Attachment: withouttable.PNG (image/png, text), 44.37 KiB.
[4 Dec 2019 6:42]
Brandon Hoffman
failing file
Attachment: em_thk_tooling.csv (application/vnd.ms-excel, text), 42.03 KiB.
[5 Jun 2021 1:12]
Yunong Han
dataset
Attachment: data-large.csv (application/vnd.ms-excel, text), 958.70 KiB.