Example improved and refactoring
This commit is contained in:
parent
395571a5de
commit
cf46799228
4 changed files with 64 additions and 27 deletions
9
tests/fixtures/example.csv
vendored
9
tests/fixtures/example.csv
vendored
|
|
@ -1,4 +1,5 @@
|
|||
"foo";"bar"
|
||||
"foo1";"bar1"
|
||||
"foo2";"bar2"
|
||||
"foo3";"bar3"
|
||||
"foo";"bar";""
|
||||
"foo1";"1989-07-27";""
|
||||
"foo2@bar.com";"bar2";""
|
||||
"foo3@bar.com";"1989-07-27"
|
||||
"foo3@bar.com";"1989-07-27";""
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 4.
|
Loading…
Add table
Add a link
Reference in a new issue