Hello,
i've been trying to find a solution for this but so far it's rather fruitless.
I have different sources of data linked with different imports.
In my case i would like an import to ONLY update existing objects, without creating new ones.
Is there any way to e.g. use an IQL saying "Object exists" or something like that during the import?
Thank you and best regards
Its hard to believe, that support still not resolved this basic functionality..!?
I have the same problem, from on source CSV I need update 3 containers, without creating any new objects.
I also very much need this. Would be great to push it forward.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is going to be rather "hackish" but since the importer will create new Objects based on the identifier selected you can use the IQL below to find which objects were recently imported and then bulk delete them.
"Created" > now(-1h)
// Or whichever time frame suits your needs, e.g. (-10m)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thomas,
It's not possible to configure the import to only update and not create. If an object is not found in Insight matching the identifier set, it will be created.
I would like to recommend you to visit https://jira.riada.se which is our open ticket system for feature requests and verified bugs. You can view, watch, vote etc for issues reported by anyone.
If you can't find an already opened feature request for this, feel free to create a new one.
If you have any issues or questions regarding this, please let us know.
Best Regards
Alexander
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, Alexander.
I've created a feature request.
https://jira.riada.se/browse/ICS-632
Best regards
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, Thomas, for creating this request. This is very basic functionality to choose betwen append new rows or only update existing. and I'm surpristed, too, that it doesn't exist. We are in phase of evaluating Insight.
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 see there is no response to it even 2 and a half years later. too bad, would have needed that feature, too...
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.