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
Please note that GitHub issues are only meant for bug reports/feature requests. If you have questions on how to use APOC, please ask on the Neo4j Discussion Forum instead of creating an issue here.
In the example, the Key ID is the same as attr.name
i.e
<key id="name" for="node" attr.name="name"/>
However, if the key id is different from attr.name, the neo4j doesn't take the property name as attr.name, but rather takes id. This defeats the purpose for which we have attr.name which is to have human-readable names.
I'm using jgrapht to export the graph to graphML to finally use in neo4j and jgrapht makes excessive use of attr.name.
Actual Behavior (Mandatory)
if the key id is different from attr.name, the neo4j takes the property name as id instead of attr.name. This defeats the purpose for which we have attr.name which is to have human-readable names.
How to Reproduce the Problem
Simple Dataset (where it's possibile)
//Insert here a set of Cypher statements that helps us to reproduce the problem
Steps (Mandatory)
Screenshots (where it's possibile)
Specifications (Mandatory)
Currently used versions
Versions
OS: MAC latest as of today
Neo4j: (latest)
Neo4j-Apoc: (latest)
The text was updated successfully, but these errors were encountered:
Guidelines
Please note that GitHub issues are only meant for bug reports/feature requests. If you have questions on how to use APOC, please ask on the Neo4j Discussion Forum instead of creating an issue here.
Expected Behavior (Mandatory)
Let's take the sample GraphML file (took from https://neo4j.com/labs/apoc/4.1/overview/apoc.import/apoc.import.graphml/)
In the example, the Key ID is the same as attr.name
i.e
However, if the key
id
is different fromattr.name
, the neo4j doesn't take the property name asattr.name
, but rather takesid
. This defeats the purpose for which we haveattr.name
which is to have human-readable names.I'm using jgrapht to export the graph to graphML to finally use in neo4j and jgrapht makes excessive use of
attr.name
.Actual Behavior (Mandatory)
if the key
id
is different fromattr.name
, the neo4j takes the property name asid
instead ofattr.name
. This defeats the purpose for which we haveattr.name
which is to have human-readable names.How to Reproduce the Problem
Simple Dataset (where it's possibile)
Steps (Mandatory)
Screenshots (where it's possibile)
Specifications (Mandatory)
Currently used versions
Versions
The text was updated successfully, but these errors were encountered: