
Column | Type | Description | Default |
|---|---|---|---|
| String | Trackable name | Uses |
| String | Category classification |
|
| String | Unique tracking identifier | Uses |
| String | Type: Asset, Person, Metadata. Use “Asset” for tag registering | Metadata |
| Boolean | Monitoring flag (true/false) | false |
name column is present and populatedTracking IDs must be unique within the site
Property Type codes must exist in your application
Kind values must be: Asset, Person, or Metadata
"Row missing name"
Ensure every row has a value in the name column
"Property type not found for code: XXXX"
Create the Property Type with code "XXXX" in your application
Or remove the column from your CSV
"Name has already been taken"
Names must be unique within the site
Check existing trackables or use different names
"Tracking ID already taken"
Tracking IDs must be unique within the site
Provide unique tracking_id values or let system auto-generate
Ensure CSV uses comma separators
Check for special characters in data
Verify UTF-8 encoding
Remove empty rows at end of file