Before you start
- Make sure your custom object is already created.
- If not, see How to Manage and Create Objects.
- If you plan to update existing records, decide which key property you will use to identify records (for example, ID or an external ID).
- If you need to relate records to other objects (like companies or contacts), it’s recommended to include the related record IDs in your CSV.
Bulk create custom object records via CSV
- Open the target custom object and click Import (top right).
- Choose CSV file as the import source and upload your file.
- If available, download the provided CSV import template and fill it in.
- If a template is not shown, you can continue with your own CSV.
- In the mapping table, match each CSV column header to the correct Sanka property.
- Select Create records as the import method.
- Run the import.
Bulk update custom object records via CSV
- Prepare an update CSV:
- Include a key column (for example, ID or external ID) plus the columns you want to update.
- Open the target custom object and click Import.
- Choose CSV file as the import source and upload your file.
- In the mapping table, match each CSV column header to the correct Sanka property.
- Select Update records as the import method.
- Choose the key property used to match CSV rows to existing records (for example, ID or external ID).
- Run the import.
Common issues
- A property you need doesn’t appear in mapping
- Confirm the property exists on the target custom object.
- Updates don’t apply or apply to the wrong records
- Confirm the key property selection, and ensure your CSV key values are unique and correct.
- Associations aren’t created as expected
- Confirm the related record IDs are included and your association rules match your workflow.