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

@kintone/data-loader

Package Overview
Dependencies
Maintainers
8
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kintone/data-loader

A data loader

  • 0.1.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
8
Weekly downloads
 
Created
Source

kintone-data-loader

npm version

A kintone record importer and exporter.

THIS IS EXPERIMENTAL. DON'T USE THIS FOR PRODUCTION.

Installation

$ npm install -g @kintone/data-loader

You can use also npx instead of installing @kintone/data-loader as global.

Usage

import

import command allows you to import record data into a specified kintone app.

$ kintone-data-loader \
import \
--base-url https://${yourDomain} \
--username ${yourLoginName} \
--password ${yourPassword} \
--app ${kintoneAppId} \
--file-path ${filepath}
Options
Options:
  --base-url             Kintone Base Url            [default: process.env.KINTONE_BASE_URL]
  --username, -u         Kintone Username            [default: process.env.KINTONE_USERNAME]
  --password, -p         Kintone Password            [default: process.env.KINTONE_PASSWORD]
  --api-token            App's API token             [default: process.env.KINTONE_API_TOKEN]
  --basic-auth-username  Kintone Basic Auth Username [default: process.env.KINTONE_BASIC_AUTH_USERNAME]
  --basic-auth-password  Kintone Basic Auth Password [default: process.env.KINTONE_BASIC_AUTH_PASSWORD]
  --app                  The ID of the app
  --guest-space-id       The ID of guest space       [default: process.env.KINTONE_GUEST_SPACE_ID]
  --file-path            File path
  --pfx-file-path        The path to client certificate file
  --pfx-file-password    The password of client certificate file

export

export command allows you to export record data from a specified kintone app.

$ kintone-data-loader \
export \
--base-url https://${yourDomain} \
--username ${yourLoginName} \
--password ${yourPassword} \
--app ${kintoneAppId} \
> ${filepath}
Options
Options:
  --base-url             Kintone Base Url            [default: process.env.KINTONE_BASE_URL]
  --username, -u         Kintone Username            [default: process.env.KINTONE_USERNAME]
  --password, -p         Kintone Password            [default: process.env.KINTONE_PASSWORD]
  --api-token            App's API token             [default: process.env.KINTONE_API_TOKEN]
  --basic-auth-username  Kintone Basic Auth Username [default: process.env.KINTONE_BASIC_AUTH_USERNAME]
  --basic-auth-password  Kintone Basic Auth Password [default: process.env.KINTONE_BASIC_AUTH_PASSWORD]
  --app                  The ID of the app
  --guest-space-id       The ID of guest space       [default: process.env.KINTONE_GUEST_SPACE_ID]
  --attachment-dir       Attachment file directory   [string]
  --format               Output format               [default: "json"]
  --query, -q            The query string
  --pfx-file-path        The path to client certificate file
  --pfx-file-password    The password of client certificate file

LICENSE

  • MIT

Keywords

FAQs

Package last updated on 17 Feb 2021

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