Welcome to Zuora Product Documentation

Explore our rich library of product information

Update custom object records in bulk

You can update custom object records in bulk by uploading a .csv file that includes the field values of each record. The column names of the .csv file must align with the custom fields’ API name. For example, brand__c and model__c. Each row in the file represents a custom object record to be updated.

The .csv file for updating must contain a column named Id, linking each row in the file to an existing custom object record.

  1. Navigate to Extension Studio > Object Manager in the left navigation menu.
  2. Click the custom object name in the Label column. The custom object detail page opens.
  3. Click View Object Records in the upper right of the window.
  4. Click the Import icon Upload icon at the upper right of the record list view.
  5. From the Action to Perform list, select Bulk Import.
  6. Click Choose File, and then select the .csv file you want to upload.
  7. Click Upload.

Zuora creates a bulk job when receiving an uploaded .csv file. After the bulk job processing is finished, you can find the updated records by reloading the record list view page. The processing time varies depending on the data volume. For more information about how to view bulk job status in your tenant, see View custom object bulk jobs .