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
|`--file-path`| Yes | The path to the source file.<br/>The file extension should be ".csv" |
28
-
|`--encoding `|| Character encoding<br/>Default to `utf8`<br/>Encodings: `utf8` and `sjis`|
29
-
|`--update-key`|| The key to Bulk Update<br/>When this option is set, cli-kintone will be in the UPSERT mode.<br/>See [Upsert records](#upsert-records) section for more details. |
30
-
|`--fields `|| The fields to be imported in comma-separated |
31
-
|`--experimental-use-server-side-upsert `|| Execute upsert using the upsert option of the bulk record update API.<br/>See [Using server side upsert](#using-server-side-upsert) section for more details. |
|`--file-path`| Yes | The path to the source file.<br/>The file extension should be ".csv" |
28
+
|`--encoding `|| Character encoding<br/>Default to `utf8`<br/>Encodings: `utf8` and `sjis`|
29
+
|`--update-key`|| The key to Bulk Update<br/>When this option is set, cli-kintone will be in the UPSERT mode.<br/>See [Upsert records](#upsert-records) section for more details. |
30
+
|`--fields `|| The fields to be imported in comma-separated |
32
31
33
32
:::note
34
33
A field within a Table cannot be specified to the `fields` option.
@@ -68,15 +67,3 @@ The field specified as "Key to Bulk Update" must meet one of the following requi
68
67
- Created datetime
69
68
- Updated by
70
69
- Updated datetime
71
-
72
-
### Using server side upsert
73
-
74
-
:::experimental
75
-
76
-
This feature is under early development.
77
-
78
-
:::
79
-
80
-
If you specify the `--experimental-use-server-side-upsert` option, upsert will be executed using [the upsert option of the bulk record update API](https://cybozu.dev/ja/kintone/docs/rest-api/records/update-records/).
0 commit comments