Convert CSV Text to Table
t, rtxt = util.csvt(txt, [opt])
Convert CSV text into Lua table.
Parameter | Type | Description |
---|---|---|
txt |
string | ASCII line to parse |
opt |
table | Optional table of parameters |
Returns | Type | Description |
---|---|---|
t |
table | Table of values |
rtxt |
string | Remaining text |
opt value |
Type | Description |
---|---|---|
.s |
string | Separator |
.q |
string | Quote character |