Skip to content

embulk/embulk-input-command

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Command file input plugin for Embulk

This plugin runs a command and reads data from its stdout (or stderr).

Overview

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

Configuration

  • command: command line (string, required)
  • pipe: stdout or stderr (string, default: stdout)

The command is exected using a shell (sh -c on UNIX/Linux, PowerShell.exe -Command on Windows). Therefore, it can include pipe (|), environment variables ($VAR), redirects, and so on.

Example

in:
  type: command
  command: echo "a,c,c" && echo "1,2,3" && echo "10,11,12" | grep -v 10

Build

$ ./gradlew gem

About

Command-line file input plugin for Embulk

Resources

License

Stars

Watchers

Forks

Packages

No packages published