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 <[email protected]>: > > 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 [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <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 [email protected]. For more options, visit https://groups.google.com/d/optout.
