Skip to content

Commit 4d1c375

Browse files
committed
Add an example of csv to be imported.
1 parent 05eab3b commit 4d1c375

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cmd/importer-csv/example.csv

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
employee,James,work_at,office,New York
2+
employee,Paul,work_at,office,Paris
3+
employee,Jean,work_at,office,Paris
4+
employee,James,has,email,[email protected]
5+
employee,Paul,has,email,[email protected]
6+
employee,Jean,has,email,[email protected]
7+
employee,Paul,is_in,team,team1
8+
employee,James,is_in,team,team1
9+
employee,Jean,is_in,team,team2

0 commit comments

Comments
 (0)