How to bulk import a CSV with an Object Custom Field? #15030
-
|
I'm trying to bulk import a CSV file and one of the columns is my cf_instance_type custom field, which is an Object (in this case, a device type) When I try to import it in VM, where my custom field is, it raises an error saying I have tried using the slug instead of the model, but it raises the same error I found this problem on issues #13803 and #5728 , but I couldn't understand what is the solution Any body could explain to me how do I import a CSV with a custom field of type "Object" using Bulk Import? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I would guess (but have not tested) that you have to put the numeric ID of the object you're referring to. |
Beta Was this translation helpful? Give feedback.
I would guess (but have not tested) that you have to put the numeric ID of the object you're referring to.