It's inevitable that if you deal with enough data, especially exporting data
from source systems, that you'll eventually need deal with .zip, .gz, or tar.gz
files.
To get this into a database, you will likely need to unzip the file and use the
decompressed files inside. The following steps