File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,9 @@ In the following example we'll load the `actors.csv` file into FalkorDB.
33
33
34
34
### actors.csv
35
35
36
- | Lee Pace | 1979 |
36
+ | ||
37
37
| ---------------| -----------|
38
+ | Lee Pace | 1979 |
38
39
| Vin Diesel | 1967 |
39
40
| Chris Pratt | 1979 |
40
41
| Zoe Saldana | 1978 |
@@ -54,7 +55,7 @@ In case the CSV contains a header row e.g.
54
55
### actors.csv
55
56
56
57
| name | birthyear |
57
- | --------------- | -- ---------|
58
+ | : --------------| : ---------|
58
59
| Lee Pace | 1979 |
59
60
| Vin Diesel | 1967 |
60
61
| Chris Pratt | 1979 |
@@ -83,7 +84,7 @@ which ties actors to movies they've acted in
83
84
### acted_in.csv
84
85
85
86
| actor | movie |
86
- | --------------- | -- --------------|
87
+ | : --------------| : --------------|
87
88
| Lee Pace | The Fall |
88
89
| Vin Diesel | Fast & Furious |
89
90
| Chris Pratt | Passengers |
You can’t perform that action at this time.
0 commit comments