Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

embulk-plugin-filter-convert

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embulk-plugin-filter-convert

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Embulk filter plugin for data convert

data convert

no filter:

id,account,time,comment
1,32864,2015-01-27 19:23:49.000000 +0000,embulk
2,14824,2015-01-27 19:01:23.000000 +0000,embulk jruby
3,27559,2015-01-28 02:20:02.000000 +0000,embulk core
4,11270,2015-01-29 11:54:36.000000 +0000,Embulk "csv" parser plugin

filter convert: comment,id,time

comment,id,time,
embulk,32864,2015-01-27 19:23:49.000000 +0000
embulk jruby,14824,2015-01-27 19:01:23.000000 +0000
embulk core,27559,2015-01-28 02:20:02.000000 +0000

Configuration

  • columns need column name and type (array)

Example

filters:
  - type: convert
    columns:
    - {name: comment, type: string}
    - {name: account, type: long}
    - {name: time, type: timestamp}

FAQs

Package last updated on 14 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc