Skip to content

inouet/embulk-parser-mysqldump_tab

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
 
 
 
 
 
 
 
 
 
 
 
 

Mysqldump Tab parser plugin for Embulk

Embulk parser plugin for mysqldump file that dumped with the --tab option

Overview

  • Plugin type: parser
  • Guess supported: no

Configuration

Example

in:
  type: file
  path_prefix: /path/to/dump/users.txt
  parser:
    type: mysqldump_tab
    columns:
    - {name: id, type: long}
    - {name: name, type: string}
    - {name: email, type: string}
    - {name: created, type: timestamp, format: '%Y-%m-%d %H:%M:%S'}
out:
  type: stdout
$ embulk gem install embulk-parser-mysqldump_tab
$ embulk guess -g mysqldump_tab config.yml -o guessed.yml

Build

$ rake

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages