Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 713 Bytes

force_bulk_update.md

File metadata and controls

29 lines (20 loc) · 713 Bytes

force bulk update

Update records from csv file using Bulk API

force bulk update <object> <file> [flags]

Options

  -b, --batchsize int          Batch size (default 10000)
  -m, --concurrencymode mode   Concurrency mode.  Valid options are Serial and Parallel. (default "Parallel")
  -f, --format format          file format (default "CSV")
  -h, --help                   help for update
  -w, --wait                   Wait for job to complete

Options inherited from parent commands

  -a, --account username    account username to use
  -V, --apiversion string   API version to use

SEE ALSO

  • force bulk - Load csv file or query data using Bulk API