Giter VIP home page Giter VIP logo

embulk-output-kintone's Introduction

kintone output plugin for Embulk

Build Status

Overview

kintone output plugin for Embulk stores app records from kintone.

Configuration

  • domain: kintone domain(FQDN) e.g. devfoo.cybozu.com (string, required)
  • username: kintone username (string, optional)
  • password: kintone password (string, optional)
  • token: kintone app token. Username and password or token must be configured. If all of them are provided, this plugin uses username and password (string, optional)
  • app_id: kintone app id (integer, required)
  • basic_auth_username: kintone basic auth username Please see kintone basic auth here (string, optional)
  • basic_auth_password: kintone basic auth password (string, optional)
  • guest_space_id: kintone app belongs to guest space, guest space id is required. (integer, optional)
  • mode: kintone mode (string, required)
  • column_options advanced: a key-value pairs where key is a column name and value is options for the column.
    • field_code: field code (string, required)
    • type: field type (string, required)
    • timezone: timezone to convert into date (string, default is UTC)
    • update_key: update key (boolean, default is false)
    • val_sep: Used to specify multiple checkbox values (string, default is ,)

Example

out:
  type: kintone
  domain: example.cybozu.com
  username: username
  password: password
  app_id: 1
  mode: insert
  column_options:
    id: {field_code: "id", type: "NUMBER"}
    name: {field_code: "name", type: "SINGLE_LINE_TEXT"}
    number: {field_code: "num", type: "NUMBER"}
    date: {field_code: "date", type: "DATE"}
    date_time: {field_code: "datetime", type: "DATETIME"}

Build

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

Development

$ ./gradlew build
$ ./gradlew test

embulk-output-kintone's People

Contributors

abetomo avatar giwa avatar kekekenta avatar tksfjt1024 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.