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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ kintone output plugin for Embulk stores app records from kintone.
26
26
-**max_sort_memory**: Maximum memory usage for sorting input records (bytes in long, default is the estimated available memory, which is the approximate value of the JVM's current free memory)
27
27
-**prefer_nulls**: Whether to set fields to null instead of default value of type when column is null (boolean, default is `false`)
28
28
-**ignore_nulls**: Whether to completely ignore fields when column is null (boolean, default is `false`)
29
+
-**skip_if_non_existing_id_or_update_key**: Skip policy if id or update key of record does not exist (string `auto`, `never` or `always`, default is `auto`)
29
30
-**column_options** advanced: a key-value pairs where key is a column name and value is options for the column.
30
31
-**field_code**: field code (string, required)
31
32
-**type**: field type (string, required). See [this page](https://cybozu.dev/ja/kintone/docs/overview/field-types/#field-type-update) for list of available types. However, following types are not yet supported
0 commit comments