hi michael, thanks !  The following worked for me :

export-graphml -o "c:/neo4jdata/test.graphml" -r

so indeed no url format, forward slashed and the -r option was required also

reg koen

2015-03-09 19:09 GMT+01:00 Michael Hunger <michael.hun...@neotechnology.com>
:

> I think the difference is that import-graphml can read from an URL but as
> you can't write to an URL the export only supports normal path syntax.
>
> ie. "c:\neo4jdata\test.graphml"
>
> Michael
>
> Am 09.03.2015 um 16:46 schrieb koen <kdwykleing...@gmail.com>:
>
> Hi, when i perform an import-graphml it works fine but with export-graphml
> i keep getting an error on the filename (w7)
>
>
>    - neo4j-sh (?)$ import-graphml -i "file:///c:/neo4jdata/test.graphml"
>    - ==> GraphML-Import file file:///c:/neo4jdata/test.graphml rel-type 
> RELATED_TO batch-size 40000 use disk-cache false
>
>    - ==> finish after 23 row(s)  0. 99%: nodes = 11 rels = 12 properties = 0 
> time 9 ms total 9 ms
>
>    - ==> GraphML import created 23 entities.
>
>
>
>    - export-graphml -o "file:///c:/neo4jdata/test.graphml"
>    -
>    ==> file:\c:\neo4jdata\test.graphml (The filename, directory name, or 
> volume label syntax is incorrect)
>
> any clues ?
>
>
> thx koen
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Groeten / Best Regards,

Koen

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to