Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphML export issue: type of "labels" is missing #1697

Closed
Basti82b opened this issue Oct 16, 2020 · 1 comment
Closed

GraphML export issue: type of "labels" is missing #1697

Basti82b opened this issue Oct 16, 2020 · 1 comment

Comments

@Basti82b
Copy link

Basti82b commented Oct 16, 2020

Expected Behavior

call apoc.export.graphml.all("Matches.graphml",{useTypes:true})

produces a GraphML file that contains all types.

Actual Behavior

The GraphML file contains all types except for "labels".
Instead, there's an unused line:

<key id="label" for="node" attr.name="label" attr.type="string"/>

I have to change it to plural:

<key id="labels" for="node" attr.name="labels" attr.type="string"/>

Otherwise I get a parse error: 'unrecognized type "" for key' in Graph-Tool.

Versions

  • OS: Windows 10 Pro 2004
  • Neo4j: 4.1.3 Enterprise
  • Neo4j-Apoc: 4.1.0.2
@Basti82b
Copy link
Author

Duplicate of #1449. Seems to be fixed with #1638.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant