bytechefhq / bytechefhq/bytechef
[compoent] Zip Helper
Open
backend
enhancement
workflow-component
- Dominant language
- Java
- Stars
- 1k
- Forks
- 170
- Avg merge
- 11h 25m
- Merged PRs (30d)
- 115
Description
As a Workflow Developer
I want to be able to use the native Zip Helper connector
So that I can implement more complex integration use cases where the connector is involved.
Acceptance Criteria
List of implemented actions:
- [ ] Bzip2
Compress a file using bzip2.
- [ ] Gzip
Gzip a file.
- [ ] Unbzip2
Decompress a bzip2 file.
- [ ] Ungzip
Decompress a gzip file.
- [ ] Unzip
Unzip a file.
- [ ] Unzip and decrypt
Unzip a password-protected file.
- [ ] Zip
Zip up a number of files.
- [ ] Zip and encrypt
Zip and password protect a number of files.
Definition of Done:
- [ ] Unit/Integration tests
- [ ] Documentation
Contributor guide
Assessment
This issue has not been assessed yet.