Skip to content

smdmts/embulk-filter-json_key_joiner

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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Json Key Joiner filter plugin for Embulk

Join to json default key-value to defined JSON Type column.

  • Plugin type: filter

Configuration

  • key_value: joining key value (hash Map[String,String], required)
  • json_column_name: processing json column (string, required)

Example

filters:
  - type: json_key_joiner
    json_column_name: record # JSON Type Column
    key_value:
      append_key: append_value
  • before json
{ "key1":"value1" }
  • after json
{ "key1":"value1" , "append_key":"append_value" }

Build

$ ./gradlew gem 

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published