Skip to content

Commit

Permalink
add sample file with extra blank line at end, #206
Browse files Browse the repository at this point in the history
Add a unit test sample that has an extra empty line. This ideally should be handled gracefully (ie ignore the extra line)
  • Loading branch information
ThrawnCA authored Feb 9, 2024
1 parent 67fabfc commit 4ca2687
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ckanext/xloader/tests/samples/sample_with_empty_lines.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
date,temperature,place
2011-01-01,1,Galway
2011-01-02,-1,Galway
2011-01-03,0,Galway
2011-01-01,6,Berkeley
,,Berkeley
2011-01-03,5,

0 comments on commit 4ca2687

Please sign in to comment.