View source: R/bulk-operation.R
sf_create_job_bulk_v2 | R Documentation |
Create Job using Bulk 2.0 API
sf_create_job_bulk_v2( operation = c("insert", "delete", "upsert", "update", "query", "queryall"), object_name, soql = NULL, external_id_fieldname = NULL, content_type = "CSV", column_delimiter = c("COMMA", "TAB", "PIPE", "SEMICOLON", "CARET", "BACKQUOTE"), control, ..., verbose = FALSE )
operation |
|
object_name |
|
soql |
|
external_id_fieldname |
|
content_type |
|
column_delimiter |
|
control |
|
... |
arguments to be used to form the default control argument if it is not supplied directly. |
verbose |
|
tbl_df
; a data frame containing information about the job created.
This function is meant to be used internally. Only use when debugging.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.