No commit activity in last 3 years
No release in over 3 years
Encodes files using Encrypted Zip for other file output plugins.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.0
>= 10.0
 Project Readme

Encrypted Zip encoder plugin for Embulk

Encrypted Zip Encoder.

Overview

  • Plugin type: encoder

Configuration

  • filename: filename format in the zip archive file (string, default: result.%1$03d.%1$03d)
  • password: encryption password (string, required)

Example

out:
  encoders:
    - type: encrypted_zip
      filename: 'result.%03d.%03d.csv'
      password: 'mypassword'
  type: file
  path_prefix: ./path/to/output/data
  file_ext: zip
  formatter:
    type: csv

Build

$ ./gradlew gem  # -t to watch change of files and rebuild continuously