This encoder plugin supports to encode a format like bzip2 and gzip.
- Plugin type: encoder
- Load all or nothing: yes
- Resume supported: no
- format: File format like bzip2 and gzip (string, required)
out:
type: file
path_prefix: any path
file_ext: csv.bz2
formatter:
type: csv
encoders:
- type: commons-compress
format: bzip2
$ ./gradlew gem
To run integrationTest
$ ./gradlew -DenableIntegrationTest=true gem