I am getting the following error when unzipping a file
unzip user_file_batch1.csv.zip
Archive: user_file_batch1.csv
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of user_file_batch1.csv or
user_file_batch1.csv.zip, and cannot find user_file_batch1.csv.ZIP, period.
I believe this file is not corrupted or a part of multi archive file as using Archive Utility I was able to unzip it.
I have tried to rename it to .zip
but did not work.
The output of type file user_file_batch1.csv.zip
was
user_file_batch1.csv.zip: uuencoded or xxencoded text
file user_file_batch1.csv.zip
— tell us what the output is. – ctrl-alt-delor Jun 13 '14 at 16:47