Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 452 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 452 Bytes

Stdout filter plugin for Embulk

Embulk filter plugin to print embulk records to stdout

Overview

  • Plugin type: filter

Configuration

  • no option

Example

filters:
  - type: stdout

ChangeLog

CHANGELOG.md

ToDo

  • Write test

Development

Run example:

$ ./gradlew classpath
$ embulk run -I lib example.yml

Run test:

$ ./gradlew test

Release gem:

$ ./gradlew gemPush