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
If we want to execute something like this use case,
but via apoc.export.graphml.query instead of apoc.export.graphml.data,
the relationships file's export will add additional unwanted nodes.
If we want to execute something like this use case,
but via
apoc.export.graphml.query
instead ofapoc.export.graphml.data
,the relationships file's export will add additional unwanted nodes.
Expected Behavior (Mandatory)
Should import only relationships
Actual Behavior (Mandatory)
Import start and end nodes as well
How to Reproduce the Problem
Create a simple rel:
Execute this query:
Note that the
data
result contains<node...>
tags::Versions
The text was updated successfully, but these errors were encountered: