Low commit activity in last 3 years
No release in over a year
An Embulk plugin to unnest JSON array.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

embulk-filter-unnest

Embulk plugin for unnesting JSON array.

Overview

  • Plugin type: filter

Configuration

  • json_column_name: a column name having JSON array to be unnested (json, required)

Development

Run Example

$ ./gradlew gem
$ embulk run -Ibuild/gemContents/lib ./example/config.yml

Build

$ ./gradlew gem  # -t to watch change of files and rebuild continuously