Package CSV, JSON, and Excel Files into TAR.GZ Archives
Data engineers regularly need to consolidate output files — CSV exports, JSON payloads, Excel reports — into a single archive for downstream system ingestion or stakeholder delivery. Deliteful's TAR creator handles this in the browser without scripting.
Whether you're packaging a batch of nightly CSV exports for an SFTP drop, bundling JSON schema files for a data contract handoff, or compressing a set of Excel reports for an auditor, ad-hoc archive creation is a recurring friction point. Purpose-built compression scripts work fine in automated pipelines but create overhead for one-off tasks.
Deliteful accepts up to 50 files (2GB total) per batch, preserves original filenames, and produces standard .tar or .tar.gz output. The GZIP toggle gives you control over whether compression is applied — useful when downstream systems expect a specific format.
How it works
- 1
Upload data files
Select your CSV, JSON, XLSX, or other supported files — up to 50 files or 2GB.
- 2
Name the archive
Provide an archive name; the extension is set automatically based on compression preference.
- 3
Enable or disable GZIP
Toggle compression on for .tar.gz or off for a plain .tar output.
- 4
Download and deliver
Download the archive for SFTP upload, S3 storage, or direct delivery.
Frequently asked questions
- Can I bundle CSV and JSON files together in the same TAR archive?
- Yes — Deliteful supports mixed input formats including CSV, JSON, XLSX, PDF, and more in a single archive operation.
- Does Deliteful support large data file batches?
- Deliteful handles batches up to 50 files or 2GB total per operation, whichever limit is hit first.
- Will the original filenames be preserved inside the archive?
- Yes — all files are stored inside the archive using their original uploaded filenames.
- Is TAR.GZ the only compression format available?
- Deliteful supports TAR.GZ (GZIP-compressed) and plain TAR (uncompressed). No other compression formats are currently available through this tool.
Create your free Deliteful account with Google and package your next data batch into a TAR.GZ archive without writing a line of code.