You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we want to delete all relationships when performing an upsert of existing nodes. Those relationships would get recreated by a later process, if still valid.
Today, this requires importing a list of nodes and all of its relationships, then sending it through the Delete tool.
It would be easier if an option was available in the Output tool to delete all existing relationships when the output tool is updating an existing node.