This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
lua-csv
Watch
1
Star
0
Fork
0
You've already forked lua-csv
mirror of
https://github.com/geoffleyland/lua-csv.git
synced
2024-11-23 01:34:19 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f28dfe0720
lua-csv
/
test-data
/
blank-line.csv
3 lines
34 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ignore blank lines (I'm not sure this is a good thing *in* the file, but ignoring blank lines at the end is a good idea)
2013-12-05 23:56:02 +00:00
this,file,ends,with,a,blank,line
Added an openstring function, by wrapping the string in an object that supports read(bytes) and passing the object to the underlying code. Modified all the tests to run with both open and openstring. Changed the default buffer size in csv.lua to match the value in the README, and added the crucial blank line to test-data/blankline.csv
2014-05-18 17:52:16 +00:00
Reference in New Issue
Copy Permalink