Questions tagged [unzip]

Unzipping is uncompressing ZIP archives, the opposite of zipping.

2029 questions
0
votes
1 answer

Powershell Unzip One Specific Folder in a File with Dynamic Name

I found a piece of code here that almost does what I need, which is extract just one folder from an archived file. The only issue I have is that the archive name changes month on month, therefore I wanted to use a wildcard. Once a wildcard is…
byuli
  • 55
  • 2
  • 12
0
votes
1 answer

How to unzip a zipped folder which contains TAR files which contain zipped files, each containing CSV file, in Data Factory?

I am currently learning how to use Azure Data Factory. I try to do a data ingestion and transformation that I did in a Python script. Now I try to do the same on Data Factory as it is supposed to be easier. I have a zipped folder. It contains Tar…
0
votes
1 answer

Problems reading a .zip file in R

I am trying to unzip a .zip of Formula 1 data from this website using the following code: dat <- unzip(zipfile = "http://ergast.com/downloads/f1db_csv.zip") However, each time I do so I get the following error message: error 1 in extracting from…
djc55
  • 487
  • 2
  • 8
0
votes
1 answer

How to unzip a single file?

I've found lots of examples on how to extract all files from .zip, but I can't figure out how to extract a single file without iterating over all files in the .zip file. Is it possible in Go to extract a single file from a .zip archive without…
Nemo XXX
  • 644
  • 2
  • 14
  • 35
0
votes
1 answer

How can I remove junk from end of zip file when unzipping and piping to new file?

When I take a .tsv file ouput by Excel on a Mac, zip it, send it to a linux machine, and unzip it using the unzip command, I get a bunch of junk on the end of the file. In the file, I have 19 rows of data. I use the default "Compress" function from…
Chuck Burgess
  • 11,600
  • 5
  • 41
  • 74
0
votes
0 answers

Unzip files and rename the contained file to the name of the original zip file

Currently, I am writing a script that moves PDF files that are wrongfully zipped to a certain folder. These files will then get unzipped and the contained files will get moved to a different folder. This all works at the moment. What i need to add…
Fnkraf
  • 103
  • 3
  • 12
0
votes
0 answers

Unzip file before sending to MongoDB Atlas

I'm trying to make a simple app to allow an upload of a .zip file, unzip it in memory, and save to MongoDB Atlas. I have tried out a few functions and routes, but it's not behaving as I would like. I can upload the file to the database while it's…
Nancy Collins
  • 197
  • 4
  • 13
0
votes
1 answer

How to unzip all files in folder? (Not .zip extension)

Currently, I am writing a script that moves PDF files that are wrongfully zipped to a certain folder. I have achieved that. The next thing I need to get to work, is that the zipped .pdf files get unzipped into a different folder. This is my whole…
Fnkraf
  • 103
  • 3
  • 12
0
votes
1 answer

HttpPostedFileBase gets content length to 0 when C# iterates the zipfile

I have a web interface where users can choose one of many files from local computer and upload them to a central location, in this case Azure Blob Storage. I have a check in my C# code to validate that the filename ending is .bin. The receiving…
Martin Nilsson
  • 459
  • 1
  • 5
  • 15
0
votes
1 answer

How to make PC unzip a downloaded file with one click in Chrome? Macs do this, why not PCs?

How do you make a PC unzip a downloaded file with one click in Chrome? Macs do this, why not PCs? On my Mac, when I download a .zip file, it shows in the bottom bar of Chrome. If I click once on that download in the Chrome bottom bar, it unzips the…
Desmond Mullen
  • 159
  • 1
  • 8
0
votes
0 answers

Unzip flat file and than store it in DB

I have some doubt on SSIS package. I want to unzip multiple file and load in MSSQL table, all the file having different schema. i need to it in 1 package. Can this possible?
0
votes
1 answer

How to remove unwanted "extra line breaks" that appear in PHP/CSS/JS files after unzip?

Consider the following: Zip up a folder, upload to server unzip on server using 'unzip archive.zip' Download any PHP file from that folder Extra line breaks appear where unwanted Any ideas why this happens or how to "undo it"? I have tried to do a…
Christian Žagarskas
  • 1,068
  • 10
  • 20
0
votes
2 answers

Unzip encrypted zip file using it's input stream in JAVA

Need a solution in Java to unzip a huge file(Won't fit in memory) using inputstream. File Object is not available in this case. The file is password protected. Solutions with File object won't help. I've already tried with 7Zip, But it's not…
0
votes
1 answer

How to unzip multiple files with InnoTools post install?

The script sample I have came from http://www.saidsimple.com/daniel/blog/117966/ and it’s only set for one zip. I want to be able to unzip any zips in a particular location. I guess one approach might be a wildcard *.zip when the zip name might vary…
Jenn
  • 111
  • 7
0
votes
1 answer

How to pre-process and extract the Nvidia hand Gesture dataset?

There are 31 files named: nvGesture_v1.7z.001 to nvGesture_v1.7z.031 I am looking to extract these files to video format. Since these files are zipped in .7z format. I tried using …
user10050371
  • 61
  • 2
  • 9