Imports data into an org using the SObject Tree Save API. This data can include master-detail relationships.
It executes the data upsert bulk command.
Bulk upsert records to an org from a CSV file.
It executes the data upsert bulk command.
In addition to the attributes used by every ant-sf task, this task uses the following attributes:
Attribute | Command line equivalent | Description | Required |
---|---|---|---|
externalid | --external-id | Name of the external ID field, or the Id field. | No |
file | --file | CSV file that contains the IDs of the records to update or delete. | No |
referencesproperty | The name of a property in which the references of the upserted data should be stored. Subproperties are named based on the (lowercased) specified sbobject name. | No | |
sobject | --sobject | API name of the Salesforce object, either standard or custom, that you want to update or delete records from. | No |
targetorg | --target-org | A username or alias for the target org. | No |
wait | --wait | Number of minutes to wait for the command to complete before displaying the results. | No |
Version: 0.0.0-master