Skip to content

Commit a9db97e

Browse files
authored
Merge pull request #106 from FalkorDB/gkorland-patch-2
Update load_csv.md - fix tables
2 parents 7d27c25 + 7e1fd90 commit a9db97e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cypher/load_csv.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ In the following example we'll load the `actors.csv` file into FalkorDB.
3333

3434
### actors.csv
3535

36-
| Lee Pace | 1979 |
36+
| ||
3737
| ---------------|-----------|
38+
| Lee Pace | 1979 |
3839
| Vin Diesel | 1967 |
3940
| Chris Pratt | 1979 |
4041
| Zoe Saldana | 1978 |
@@ -54,7 +55,7 @@ In case the CSV contains a header row e.g.
5455
### actors.csv
5556

5657
| name | birthyear |
57-
| ---------------|-----------|
58+
| :--------------| :---------|
5859
| Lee Pace | 1979 |
5960
| Vin Diesel | 1967 |
6061
| Chris Pratt | 1979 |
@@ -83,7 +84,7 @@ which ties actors to movies they've acted in
8384
### acted_in.csv
8485

8586
| actor | movie |
86-
| ---------------|----------------|
87+
| :--------------| :--------------|
8788
| Lee Pace | The Fall |
8889
| Vin Diesel | Fast & Furious |
8990
| Chris Pratt | Passengers |

0 commit comments

Comments
 (0)