Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add ZIP compression type #17039

Open
inviscid opened this issue Dec 11, 2024 · 0 comments
Open

Feature: Add ZIP compression type #17039

inviscid opened this issue Dec 11, 2024 · 0 comments
Labels
C-feature Category: feature

Comments

@inviscid
Copy link

Summary

Currently several compression types are offered for file exports but ZIP is not one of them. It appears the zip Rust crate does support this output format and I believe it is using DEFLATE compression under the hood. So, hopefully this will not be any more intensive that the DEFLATE option but with a zip file container around it.

If this is added, then the format options would change to:

formatTypeOptions ::=
  RECORD_DELIMITER = '<character>'
  FIELD_DELIMITER = '<character>'
  SKIP_HEADER = <integer>
  QUOTE = '<character>'
  ESCAPE = '<character>'
  NAN_DISPLAY = '<string>'
  ROW_TAG = '<string>'
  COMPRESSION = AUTO | GZIP | BZ2 | BROTLI | ZSTD | DEFLATE | RAW_DEFLATE | XZ | ZIP | NONE
@inviscid inviscid added the C-feature Category: feature label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature
Projects
None yet
Development

No branches or pull requests

1 participant