Sha256: 908004c1c2f468fe23a4edaad506a4d5f8627622cad9402c40b9a8b4ad13c728

Contents?: true

Size: 1.29 KB

Versions: 8

Compression:

Stored size: 1.29 KB

Contents

# <%= display_name %> <%= display_category %> plugin for Embulk

TODO: Write short description here

## Overview

* **Plugin type**: <%= display_category %>
* **Load all or nothing**: yes
* **Resume supported**: no

## Configuration

- **property1**: description (string, required)
- **property2**: description (integer, default: default-value)

## Example

```yaml
%case category
%when :input, :file_input
in:
  type: <%= name %>
  property1: example1
  property2: example2
%when :output, :file_output
out:
  type: <%= name %>
  property1: example1
  property2: example2
%when :filter
filters:
  - type: <%= name %>
    property1: example1
    property2: example2
%when :parser
in:
  type: any file input plugin type
  parser:
    type: <%= name %>
    property1: example1
    property2: example2
%when :formatter
out:
  type: any output input plugin type
  formatter:
    type: <%= name %>
    property1: example1
    property2: example2
%when :decoder
in:
  type: any output input plugin type
  decoders:
    - type: <%= name %>
      property1: example1
      property2: example2
%when :encoder
out:
  type: any output input plugin type
  encoders:
    - type: <%= name %>
      property1: example1
      property2: example2
%end
```

## Build

```
%case language
%when :ruby
$ rake
%when :java
$ ./gradlew gem
% end
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
embulk-0.4.10 lib/embulk/data/new/README.md.erb
embulk-0.4.9 lib/embulk/data/new/README.md.erb
embulk-0.4.8 lib/embulk/data/new/README.md.erb
embulk-0.4.7 lib/embulk/data/new/README.md.erb
embulk-0.4.6 lib/embulk/data/new/README.md.erb
embulk-0.4.5 lib/embulk/data/new/README.md.erb
embulk-0.4.4 lib/embulk/data/new/README.md.erb
embulk-0.4.3 lib/embulk/data/new/README.md.erb