Skip to content

hiroyuki-sato/embulk-filter-null_string

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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Null String filter plugin for Embulk

An Embulk filter plugin to convert the matching string to NULL.

Overview

  • Plugin type: filter

Configuration

  • columns: name of convert columns
  • name: column name (string, required)
  • null_string: value of null_string (string, required)

Example

- type: null_string
  columns:
  - name: comment
    null_string: ""
- type: null_string
  columns:
  - name: comment
    null_string: "\\N"

Build

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published