jexp / neo4j-shell-tools

A bunch of import/export tools for the neo4j-shell
289 stars 55 forks source link

Problem with GraphML specification #34

Closed estebanz01 closed 10 years ago

estebanz01 commented 10 years ago

Hi,

Using the export-graphml add-on, the output is a Bad GraphML data: no key labels. According to GraphML specification ( see http://graphml.graphdrawing.org/primer/graphml-primer.html#AttributesExample ), the xml document must have a key Element that must be placed before the graph node. Is there any possibility to add a fix to make this without editing the final output ? I'm using NodeXL and NetworkX to work with graphs.

Update: Actually, I have to create a key tag for each node and edge property, including label ! Weird, isn't ?

Greetings,

estebanz01 commented 10 years ago

I solved: There was a problem with Powershell. The shell doesn't recognized the -t parameter after graphml filename. I ran in the CMD and works perfectly.