Hello,
I am trying to import CSV to Insights, e.g. I have an existing Object called "Facility" and "Department", I'm importing the list of Department and their Facility under the "Department" object. If there a way the once I imported the list of Departments, the Facility will get the data from the "Facility" object?
Because when I run the import it just creates a new attribute called a Default Text of "facility" inside the "Department" object instead of referring it to the existing "Facility" object.
Hey @Danni ,
In the documentation here (https://confluence.atlassian.com/insightapps/imports-1085188392.html) it states that a referenced field must be identified by its Key to be able to reference it.
However, normally you can map the referenced object by setting the "Object mapping (IQL) " in your import definition.
That allows you to "search" for another object.
eg. :
This is mapping the column with header "Endpoint Devices" on to the attribute "Endpoint devices" and thru the object mapping we tell it to look for a reference where the "Name=${Endpoint devices}"
More info about that you can find here:
It will not create the referenced objects at import time but if you first run your initial import and then the import that references the data that should work.
It works on the first try, as you can see here under "Department" object I used Name=${Facility}
But when I did the same steps under the "Job Role" object and used Name=${Department} the values from the existing "Department" object are not showing
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Dirk Ronsmans Do you think that the "locator" is only applicable when the data inside an object was created manually from Insights and will not work if data was import in bulk?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The locator should work no matter how the data was created.
Good that it worked on the Facility part already so we know it works in general, most likely it's a configuration error then on the Department one.
Is your header also called "Department" ? and is that value in the "Name" attribute?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found an existing thread but no resolution provided https://community.atlassian.com/t5/Jira-Service-Management/Importing-CSV-in-Insight/qaq-p/2058579
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.