You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
Records are updated and/or added if the import file contains either an $id column (that represents the Record Number field), or a column representing a key field (denoted with a * symbol before the field code name, such as "\*mykeyfield").
71
+
Records are updated and/or added if the import file contains either an $id column (that represents the Record Number field), or a column representing a key field (denoted with a * symbol before the field code name, such as "\*mykeyfield").
72
72
73
-
If the value in the $id (or key field) column matches a record number value, that record will be updated.
74
-
If the value in the $id (or key field) column is empty, a new record will be added.
75
-
If the value in the $id (or key field) column does not match with any record number values, the import process will stop, and an error will occur.
73
+
If the value in the $id (or key field) column matches a record number value, that record will be updated.
74
+
If the value in the $id (or key field) column is empty, a new record will be added.
75
+
If the value in the $id (or key field) column does not match with any record number values, the import process will stop, and an error will occur.
76
76
If an $id (or key field) column does not exist in the file, new records will be added, and no records will be updated.
77
77
78
78
### Export and download attachment files to ./mydownloads directory
>The error message `The "$id" field and update key fields cannot be specified together in CSV import file.` will be displayed when both "$id" and key fields are specified in CSV import file.
111
111
112
-
The key to bulk update must be specified within the INPUT_FILE by placing an * in front of the field code name,
112
+
The key to bulk update must be specified within the INPUT_FILE by placing an * in front of the field code name,
* The limit of each file size for uploading to attachments field is 10MB.
129
129
* Client certificates cannot be used with cli-kintone.
130
+
<<<<<<< HEAD
130
131
* The following record data cannot be retrieved: Field group, Blank space, Label, Border, Related records, Status, Assignee, Category
132
+
=======
133
+
* The following record data cannot be retrieved: Category, Status, Field group.
134
+
* 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.
135
+
>>>>>>> master
131
136
132
137
## Restriction of Encode/Decode
133
-
* Windows command prompt may not display characters correctly like "譁�蟄怜喧縺�".
138
+
* Windows command prompt may not display characters correctly like "譁�蟄怜喧縺�".
134
139
This is due to compatibility issues between Chinese & Japanese characters and the Windows command prompt.
135
140
* Chinese (Traditional/Simplified): Display wrong even if exporting with gbk or big5 encoding.
136
141
* Japanese: Display wrong even if exporting with sjis or euc-jp encoding.
137
-
142
+
138
143
In this case, display the data by specifying utf-8 encoding like below:
139
144
```
140
145
cli-kintone --export -a <APP_ID> -d <FQDN> -e utf-8
141
146
```
142
147
*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.
0 commit comments