Skip to content

Commit 85ee8f2

Browse files
authored
docs: remove experimental-use-server-side-upsert option (#1136)
1 parent dfb35bb commit 85ee8f2

File tree

1 file changed

+8
-21
lines changed

1 file changed

+8
-21
lines changed

website/docs/guide/commands/record-import.md

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ cli-kintone record import \
2020

2121
See [Options](/guide/options) page for common options.
2222

23-
| Option | Required | Description |
24-
| ----------------------------------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
25-
| `--app` | Yes | The ID of the app |
26-
| `--attachments-dir` | | Attachment file directory |
27-
| `--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. |
23+
| Option | Required | Description |
24+
| ------------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
25+
| `--app` | Yes | The ID of the app |
26+
| `--attachments-dir` | | Attachment file directory |
27+
| `--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 |
3231

3332
:::note
3433
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
6867
- Created datetime
6968
- Updated by
7069
- 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/).
81-
82-
Using this option may improve import performance.

0 commit comments

Comments
 (0)