Skip to content

naota/embulk-filter-unique

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
 
 
 
 
 
 
 
 
 
 

Unique filter plugin for Embulk

This filter drop duplicated entries. The uniqueness is checked over selected columns.

TODO: Write short description here and embulk-filter-unique.gemspec file.

Overview

  • Plugin type: filter

Configuration

  • columns: list of columns to check uniqueness (required)

Example

filters:
  - type: unique
    columns:
      - foo
      - bar
      - baz

Build

$ rake

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages