You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
I have uploaded some objects in to Insight using a CSV file. But at the time of loading I did not have all the data that needs to be included on the objects. I now have the data and want to add it to the existing object. However when I try to re-run the CSV file with the amended entries containing the new data I either get error messages saying the objects already exists or I get a duplicate object created (depending on the uniqueness setting for the label attribute).
Is it possible to update an existing object using a CSV file?
I had thought of exporting the existing objects, modifying the resultant CSV file entries with the new data and then re-importing. Would this work?
Or do I have to delete all the current objects (after exporting them) and then re-import them with the additional data?
Please advise. Thanks.
Hi Laurence,
It is possible to update existing Insight objects using a CSV file.
You're currently most likely missing a mapping and schema changes for the new attributes and values which was created automatically when you created the import. Without the Schema changes, it won't have the field to map the data. Without the mapping, it won't know what data to map to the field.
We don't have the ability to recreate the automatically mappings after you edit the import file. So you will either have to
Also make you have "Add" on Unknown values for your import configuration settings.
Hope this solves your problems, essentially the easiest way is just to create a new import with the new file with your new data and have "Add" on Unknown Values and advise to have "Ignore" on Empty Values to not remove existing data.
Cheers
Daniel
@Daniel Lau I have similar problem and I am sure it's a common problem. When I import objects using CSV into Insight, many computer objects are being duplicated. Is there a way to import and have it ignore if the object already exist? We do not use Insight Discovery Tool. The default import will delete the original object and replace it with what is on the csv or create duplicate. My goal is to keep the original computer object and ignore what is on the import spreadsheet if it exist already.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Daniel Lau Is it possible to the exact same thing for an Insight solution running on a Data Center solution as you describe above?
Nevermind, just found the settings, so I can update existing objects as well.
Kind regards
Mathias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Daniel Lau What if the additional data does not contain the 'label' field for the data it is checking against.
I have a csv coming from an external source and the serial number is key field to identify the existing information and that is not the label field in the destination.
I am stuck with this one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Steven Lees-Smith Hey,
When an Import is created on the Imports tab of an Object Schema, under `Edit mapping`, and `Edit attribute mapping` expanded there's an `Identifier` for the mappings. You would want to make sure the identifier is ticker on the `Serial number` of your `Data source field` to make sure it'll match on that with it's `Destination attribute`. The `identifier` will make sure it matches using that attribute.
Give it a try, Hope this works!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kevin Chin Make sure you have the identifier and label set correct to identify already existing objects. This should be able to identify already existing objects and not import duplicates.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Daniel Lau the problem is the Label 'Name' field just stays there and there is nothing to map to it as there is no 'name' in the incoming CSV. So I can't get past the data locator error messages. I can't delete the requirement for the label field to be mapped but I have no incoming field to match.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
just a note, even if you map the Label field to a matching column in the spreadsheet that is empty, the records still do not update even with only a tick in the matching field in the import that has a unique value from CSV to Assets.
There is simply no way to get the label field into this incoming spreadsheet but can't seem to update when there is a specific unique value that can be matched as an identifier.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Steven Lees-Smith If you're using the the 'Serial number' as your identifier, is it possible to change that field on the objectType as the label? Then it won't complain?
If you're still having problem, maybe open up a support ticket and we can try help.
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.
Use the Identifier setting:
Some of your attributes will need to be unique and this can be configured in the import configurations. In the object type mapping setup you can set an attribute as Identifier. When the import is run, the rows will be checked against this attribute to see if the object already exists or not. If it exists it, the object will be updated, otherwise it will be created.
You can also select multiple attributes if a combination of the attributes are unique for an object.
Setting an attribute as unique will not affect the import behaviour.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Björn,
Can you please advise how to "select multiple attributes if a combination of the attributes are unique for an object".
Is there any documentation on this?
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
By checking several of the attributes in the mappings you tell the importer to use combination of attributes to be unique. In the case below I import a license where the name of the licence and the application is the combined key.
/Björn
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.