Skip to content

Commit 4856a5a

Browse files
committed
Trying to clarify the multiple spaces issue in README.md
1 parent 542393b commit 4856a5a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,13 @@ Lua 5.1, 5.2 or LuaJIT.
6262

6363
## 4. Issues
6464

65-
+ It won't cope with multiple delimiter characters between fields as might be
66-
seen in a whitespace delimited file. Instead it'll think there's lots of
67-
empty fields.
65+
+ Some whitespace-delimited files might use more than one space between
66+
fields, for example if the columns are "manually" aligned:
67+
68+
street nr city
69+
"Oneway Street" 1 Toontown
70+
71+
It won't cope with this - you'll get lots of extra empty fields.
6872

6973
## 5. Wishlist
7074

0 commit comments

Comments
 (0)