Csv Bulk Builder

CsvBulkBuilder

CsvBulkBuilder Objects

class CsvBulkBuilder()

Csv builder. This builder give you the necessary tools to create a csv bulk using our OpenGate REST.

constructor
function constructor()

Constructor

Arguments:

  • ogapi InternalOpenGateAPI - required field. This is ogapi instance
  • organization string - required field. This is the organization name where entities will be created, updated or deleted
  • resource resource - required field. This is the resource used for the bulk provision
  • timeout number (optional) - timeout in millisecons. The request will have a specific time out if it will be exceeded then the promise throw an exception
  • async boolean (optional) - forces async execution for the bulk operation