IMPORT FROM CSV may fail for some GZ files
Details
| Detail name | Value |
|---|---|
| Changelog Number | 7237 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | Exasol 6.2.0, Exasol 7.0.0, Exasol 7.1.0 |
| Fix Versions | Exasol 7.0.14, Exasol 7.1.3 |
| Resolution Date | 2021-11-26 |
Description
IMPORT FROM CSV may fail in some very rare cases for GZ files. The issue can occur sporadically such that IMPORTing the same file may sometimes succeed and other times fail.
Workaround
- Try IMPORTing the file again.
- Try IMPORTing from a different server (e.g. FTP, HTTP, LOCAL, etc.)
- IMPORT the uncompressed CSV file instead of the GZ file.
Fix
Importing GZ files works consistently.