Documentation, tests

This commit is contained in:
Simon Vieille 2016-05-22 19:17:47 +02:00
commit 6c63cf0655
4 changed files with 164 additions and 16 deletions

4
tests/fixtures/example.csv vendored Normal file
View file

@ -0,0 +1,4 @@
"foo";"bar"
"foo1";"bar1"
"foo2";"bar2"
"foo3";"bar3"
1 foo bar
2 foo1 bar1
3 foo2 bar2
4 foo3 bar3