Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

embulk-encoder-commons-compress

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embulk-encoder-commons-compress

bundlerRubygems
Version
0.1.1
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 18 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts