Unable to extract the complete dataset
preksh1 opened this issue · 3 comments
Used this command to create a combined zip from the split parts in a directory:
zip -F (name of last part of archive, which will end with .zip, not .z0X) --out (output name of compiled archive).zip
and unzip (archive name).zip to unpack it.Unpacking gives an error after an extraction of 2.8 GB of data.
Also used p7zip to unpack individual files or the combined file and get the error
@several27 It'd be great if you could help me with this.
I am also having trouble unzipping the files. My error on mac is that the file format is not recognised.
Anyhow, thanks for your effort for making this dataset.
It worked just fine for me:
cat news.csv.{z01,z02,z03,z04,z05,z06,z07,z08,z09,zip} > temp.zip && unzip temp.zip
I found using the command or 7zip in windows works. I'm closing the issue.