mirror of
https://github.com/geoffleyland/lua-csv.git
synced 2024-11-23 01:34:19 +00:00
Trying to clarify the multiple spaces issue in README.md
This commit is contained in:
parent
542393be04
commit
4856a5aca7
10
README.md
10
README.md
@ -62,9 +62,13 @@ Lua 5.1, 5.2 or LuaJIT.
|
|||||||
|
|
||||||
## 4. Issues
|
## 4. Issues
|
||||||
|
|
||||||
+ It won't cope with multiple delimiter characters between fields as might be
|
+ Some whitespace-delimited files might use more than one space between
|
||||||
seen in a whitespace delimited file. Instead it'll think there's lots of
|
fields, for example if the columns are "manually" aligned:
|
||||||
empty fields.
|
|
||||||
|
street nr city
|
||||||
|
"Oneway Street" 1 Toontown
|
||||||
|
|
||||||
|
It won't cope with this - you'll get lots of extra empty fields.
|
||||||
|
|
||||||
## 5. Wishlist
|
## 5. Wishlist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user