We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542393b commit 4856a5aCopy full SHA for 4856a5a
README.md
@@ -62,9 +62,13 @@ Lua 5.1, 5.2 or LuaJIT.
62
63
## 4. Issues
64
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.
++ Some whitespace-delimited files might use more than one space between
+ fields, for example if the columns are "manually" aligned:
+
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.
72
73
## 5. Wishlist
74
0 commit comments