Skip to content

Commit

Permalink
Add an example of csv to be imported.
Browse files Browse the repository at this point in the history
  • Loading branch information
clems4ever committed Nov 9, 2020
1 parent 05eab3b commit 4d1c375
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cmd/importer-csv/example.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
employee,James,work_at,office,New York
employee,Paul,work_at,office,Paris
employee,Jean,work_at,office,Paris
employee,James,has,email,[email protected]
employee,Paul,has,email,[email protected]
employee,Jean,has,email,[email protected]
employee,Paul,is_in,team,team1
employee,James,is_in,team,team1
employee,Jean,is_in,team,team2

0 comments on commit 4d1c375

Please sign in to comment.