Skip to content

Commit

Permalink
Merge pull request #106 from FalkorDB/gkorland-patch-2
Browse files Browse the repository at this point in the history
Update load_csv.md - fix tables
  • Loading branch information
swilly22 authored Dec 31, 2024
2 parents 7d27c25 + 7e1fd90 commit a9db97e
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 a9db97e

Please sign in to comment.