From 4d1c3756ab02e036fefb147e88d384c825776a2b Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Mon, 9 Nov 2020 17:57:03 +0100 Subject: [PATCH] Add an example of csv to be imported. --- cmd/importer-csv/example.csv | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cmd/importer-csv/example.csv diff --git a/cmd/importer-csv/example.csv b/cmd/importer-csv/example.csv new file mode 100644 index 0000000..615b1cd --- /dev/null +++ b/cmd/importer-csv/example.csv @@ -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,james@criteo.com +employee,Paul,has,email,paul@criteo.com +employee,Jean,has,email,jean@criteo.com +employee,Paul,is_in,team,team1 +employee,James,is_in,team,team1 +employee,Jean,is_in,team,team2 \ No newline at end of file