You are here:
Create a Custom Data Model Object from a CSV File
Use a custom data model object (DMO) to store information that is unique to your business. You can add a custom DMO by uploading a CSV file.
The CSV file must have four columns in this order. If the CSV file has a header row, the columns can have any name, but the column contents must follow the order.
- Field Label
- Field API Name
- Data Type
- Primary Key
- On the Data Model tab, click New.
- Click From File.
- Click Next.
- If the CSV file has a header row, select the header row option so that Data 360 ignores the top row.
- To upload the CSV file, click Choose File.
- Click Next.
- Enter the object details for Object Label, Category, and Object Description. Object API Name is auto-filled.
- Review the field attributes uploaded from the CSV file.
- Click Save.
You can now use your custom DMO.
| Field Label | Field API Name | Data Type | Primary Key |
|---|---|---|---|
| test-new-field-1 | test_new_field_1 | Text | TRUE |
| test-new-field-2 | test_new_field_3 | Number | FALSE |
| test-new-field-3 | test_new_field_3 | Datetime | FALSE |

