Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kakoni/embulk-input-pipe


https://github.com/kakoni/embulk-input-pipe

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Piped input plugin for Embulk

This plugin reads from standard input.

## Overview

* **Plugin type**: file input
* **Resume supported**: yes (no parallelism)

## Example

```yaml
in:
type: pipe
parser:
type: csv
columns:
- {name: a, type: string}
- {name: b, type: string}
```

```bash
echo "1,2" | embulk run example.yml
```

## Build

```
$ ./gradlew gem
```