Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #72 from kintone/SSR-713
Browse files Browse the repository at this point in the history
Update the README "Restriction" notation.
  • Loading branch information
josh-vo authored Mar 30, 2020
2 parents be5e420 + f108e8b commit ba42b01
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,18 @@ printf "name,age\nJohn,37\nJane,29" | cli-kintone --import -a <APP_ID> -d <FQDN>
* The following record data cannot be retrieved: Category, Status, Field group.
* The following fields cannot be retrieved if they are set inside a Field group: Record number, Created by, Created datetime, Updated by, Updated datetime, Blank space, Label, Border.

## Restriction of Encode/Decode
* Windows command prompt may not display characters correctly like "譁�蟄怜喧縺�".
This is due to compatibility issues between Chinese & Japanese characters and the Windows command prompt.
* Chinese (Traditional/Simplified): Display wrong even if exporting with gbk or big5 encoding.
* Japanese: Display wrong even if exporting with sjis or euc-jp encoding.

In this case, display the data by specifying utf-8 encoding like below:
```
cli-kintone --export -a <APP_ID> -d <FQDN> -e utf-8
```
*This issue only occurs when displaying data on Windows command prompt. Data import/export with other means work fine with gbk, big5, sjis and euc-jp encoding.

## Documents for Basic Usage
English: https://developer.kintone.io/hc/en-us/articles/115002614853
Japanese: https://developer.cybozu.io/hc/ja/articles/202957070
Expand Down

0 comments on commit ba42b01

Please sign in to comment.