Beginning of example in CSV format

svn: r20915
This commit is contained in:
Doug Blank 2012-12-31 20:08:43 +00:00
parent 771ae761e2
commit b82496eada

7
example/csv/example.csv Normal file
View File

@ -0,0 +1,7 @@
person,surname,given
a,"CSV Surname","Given 1"
b,"CSV Surname","Given 2"
marriage,mother,father
1,a,b
1 person surname given
2 a CSV Surname Given 1
3 b CSV Surname Given 2
4 marriage mother father
5 1 a b