Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
mneedham committed Jul 11, 2013
1 parent 6d07cb5 commit 121bb02
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions readme.md
Expand Up @@ -50,13 +50,12 @@ Rana 8
Selma 5
````

Running the command:
Run the command:

`import-cypher -i in.csv -o out.csv create (n {name: {name}, age: {age}}) return id(n) as id, n.name as name`

Output

`Import statement execution created 3 rows of output.`
````
$ import-cypher -i in.csv -o out.csv create (n {name: {name}, age: {age}}) return id(n) as id, n.name as name
Import statement execution created 3 rows of output.`
````

Output file: out.csv

Expand Down Expand Up @@ -85,13 +84,12 @@ Example input file: in.geoff
(A)-[r:KNOWS]->(B)
````

Running the command:

`import-geoff -g in.geoff`

Output
Run the command:

`Geoff import created 3 entities.`
````
$ import-geoff -g in.geoff`
Geoff import created 3 entities.
````

### GraphML Import

Expand Down Expand Up @@ -129,13 +127,12 @@ Example input file: in.xml
</graphml>
````

Running the command:

`import-graphml -i in.xml`
Run the command:

Output

`GraphML import created 3 entities.`
````
$ import-graphml -i in.xml
GraphML import created 3 entities.
````

### Other Technical Details

Expand Down

0 comments on commit 121bb02

Please sign in to comment.