Skip to main content
Filter by
Sorted by
Tagged with
3 votes
2 answers
147 views

I wrote this code below. and it is throwing the error Cannot remove item BLAHBLAH: The process cannot access the file 'BLAHBLAH' because it is being used by another process. As SOON as the overall ...
user31786750's user avatar
-1 votes
1 answer
120 views

I wrote this (ignore the 'LOCATION!!!' ) $zipInputFolder = LOCATION!!! $zipOutputFolder = LOCATION!!! $archivePath = LOCATION!!! $zipFiles = Get-ChildItem $zipInputFolder -Filter *.zip foreach ($...
user31786750's user avatar
Advice
0 votes
7 replies
122 views

I have a macro that creates an upload file (csv) in a specific folder. The next step is to create a zip file that includes the csv file and some other attachments referenced in the csv file. I've ...
Shaves's user avatar
  • 940
Advice
0 votes
1 replies
80 views

I receive ZIP files everyday to a bucket. Part of my Python pipeline is to extract these out into the individual CSVs. However, wondering if there's a quicker way? There's roughly 20 files in each ZIP,...
Aaron's user avatar
  • 5
5 votes
1 answer
197 views

I need to create a ZIP archive from a directory (data) with the following properties: A specific file (.foo) needs to be the first item in the archive, uncompressed The remaining files, if any, need ...
IInspectable's user avatar
  • 53.4k
1 vote
0 answers
36 views

The Node.js Backpressure in Streams documentation begins with an example that compares the use of the zip(1) utility with a Node.js script that uses a simple stream to achieve the same result. A good ...
Paul Patterson's user avatar
1 vote
0 answers
62 views

I’m trying to replace a the content of an image URL with the result of a custom protocol. The idea is to get the data from a zip file. The img element looks something like this: <img src="...
Manngo's user avatar
  • 17.2k
2 votes
1 answer
90 views

Assuming we have 2 files: FILE 1 Uncompressed size: 793765 bytes Compressed size: 604911 bytes Data type: 99% Base64 Compression method : deflate dynamic FILE 2 Uncompressed size: 793765 ...
actgroup inc's user avatar
15 votes
7 answers
2k views

In a Java program, I need to exchange files in a large ZIP file quickly. So if a.txt is a file inside b.zip I want to replace the a.txt with a new version of a.txt inside b.zip. It should happen in a ...
JF Meier's user avatar
  • 36.8k
0 votes
0 answers
47 views

<ui5-list growing="Scroll" class="h-full list-border-bottom" mode="Single" (ui5ItemClick)="selectFile($event)"> <ui5-upload-...
Elizabeth's user avatar
0 votes
1 answer
132 views

I'm trying to convert a zip into a TAR. For this I'm using a visitor, but sometimes when I'm doing the conversion I have a: Caused by: platform.kernel.io.compresser.CompresserException: at ...
Etienne's user avatar
  • 25
2 votes
3 answers
193 views

I'm trying to read in a lot of data as efficiently as possible; the data are in about 1,400 CSV files within 6 individual ZIP files. The CSV files are all similar timeseries data with the same columns,...
Riley's user avatar
  • 23
0 votes
0 answers
33 views

I'm working on a computer vision project in Google Colab. I uploaded a ZIP file with several images sorted by folder. After unzipping the file using zipfile, I try to upload the images with ...
MELANY DANIELA LUNA BEJAR's user avatar
2 votes
0 answers
72 views

at my job we use this method for an automated job that is trigger when .7zip files are put inside a specific folder: public void Executer(ref string pChaineContexte, XdCuContexteTravail pContexte) ...
mathdxdx's user avatar
0 votes
1 answer
116 views

I have a function to download a zip file with or without folders based on the file_type_id. However when file_type_id is 1 my server is returning a empty 200 response. When i look at the temp folder i ...
Jimbo's user avatar
  • 17

15 30 50 per page
1
2 3 4 5
741