Sha256: 13a60a7e55c4d934b01b1dd93af70610d5a8699b37f59594ce19d6b5b0e13400

Contents?: true

Size: 858 Bytes

Versions: 2

Compression:

Stored size: 858 Bytes

Contents

# Unzip decoder plugin for Embulk

TODO: Write short description here and build.gradle file.

## Overview

* **Plugin type**: decoder
* **Guess supported**: no

## Configuration

- **option1**: description (integer, required)
- **option2**: description (string, default: `"myvalue"`)
- **option3**: description (string, default: `null`)

## Example

```yaml
in:
  type: any output input plugin type
  decoders:
    - type: unzip
      option1: example1
      option2: example2
```

(If guess supported) you don't have to write `decoder:` section in the configuration file. After writing `in:` section, you can let embulk guess `decoder:` section using this command:

```
$ embulk gem install embulk-decoder-unzip
$ embulk guess -g unzip config.yml -o guessed.yml
```

## Build

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
embulk-decoder-unzip-0.1.1 README.md
embulk-decoder-unzip-0.1.0 README.md