Jsonl parser plugin for Embulk

JSONL (JSON Lines) parser plugin for Embulk

Overview

Configuration

columns

Guess

(If guess supported) you don't have to write parser: section in the configuration file. After writing in: section, you can let embulk guess parser: section using this command:

$ embulk gem install embulk-parser-jsonl
$ embulk guess -g jsonl config.yml -o guessed.yml

Build

$ ./gradlew gem classpath