Commit 86e4f519 authored by Klaus Wölfel's avatar Klaus Wölfel

Update README.md

parent 29e621bc
...@@ -13,7 +13,9 @@ Embulk input plugin similar to local file input which overloads FileInputStream ...@@ -13,7 +13,9 @@ Embulk input plugin similar to local file input which overloads FileInputStream
- **option1**: path_prefix (string, required) - **option1**: path_prefix (string, required)
## Example ## Example
seed.yml: seed.yml:
```yaml ```yaml
exec: exec:
min_output_tasks: 1 min_output_tasks: 1
...@@ -31,12 +33,19 @@ out: ...@@ -31,12 +33,19 @@ out:
``` ```
## Run ## Run
``` ```
$ embulk -J-O run -L embulk-parser-none-bin -L embulk-input-filename -L embulk-output-wendelin seed.yml $ embulk -J-O run -L embulk-parser-none-bin -L embulk-input-filename -L embulk-output-wendelin seed.yml
``` ```
## Build ## Build
```
$ ./gradlew package
```
## Build Package
``` ```
$ ./gradlew gem # -t to watch change of files and rebuild continuously $ ./gradlew gem # -t to watch change of files and rebuild continuously
``` ```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment