Skip to content

hata/embulk-encoder-commons-compress

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Commons Compress Encoder plugin for Embulk

Build Status

This encoder plugin supports to encode a format like bzip2 and gzip.

Overview

  • Plugin type: encoder
  • Load all or nothing: yes
  • Resume supported: no

Configuration

  • format: File format like bzip2 and gzip (string, required)

Example

out:
  type: file
  path_prefix: any path
  file_ext: csv.bz2
  formatter:
    type: csv
  encoders:
  - type: commons-compress
    format: bzip2

Build

$ ./gradlew gem

To run integrationTest

$ ./gradlew -DenableIntegrationTest=true gem

About

Commons Compress Encoder plugin for Embulk

Resources

License

Stars

Watchers

Forks

Packages

No packages published