Skip to content

Commit

Permalink
Update load_csv.md - fix tables
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland authored Dec 31, 2024
1 parent 7d27c25 commit 7e1fd90
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cypher/load_csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ In the following example we'll load the `actors.csv` file into FalkorDB.

### actors.csv

| Lee Pace | 1979 |
| ||
| ---------------|-----------|
| Lee Pace | 1979 |
| Vin Diesel | 1967 |
| Chris Pratt | 1979 |
| Zoe Saldana | 1978 |
Expand All @@ -54,7 +55,7 @@ In case the CSV contains a header row e.g.
### actors.csv

| name | birthyear |
| ---------------|-----------|
| :--------------| :---------|
| Lee Pace | 1979 |
| Vin Diesel | 1967 |
| Chris Pratt | 1979 |
Expand Down Expand Up @@ -83,7 +84,7 @@ which ties actors to movies they've acted in
### acted_in.csv

| actor | movie |
| ---------------|----------------|
| :--------------| :--------------|
| Lee Pace | The Fall |
| Vin Diesel | Fast & Furious |
| Chris Pratt | Passengers |
Expand Down

0 comments on commit 7e1fd90

Please sign in to comment.