Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee8c4b9aa5 |
@@ -223,7 +223,7 @@ end
|
|||||||
---
|
---
|
||||||
--- Returns:
|
--- Returns:
|
||||||
--- - A table (array) of rows; each row is a table (array) of string fields.
|
--- - A table (array) of rows; each row is a table (array) of string fields.
|
||||||
local function parseCSV(csv)
|
function parseCSV(csv)
|
||||||
local rows = {}
|
local rows = {}
|
||||||
local fields = {}
|
local fields = {}
|
||||||
local field = {}
|
local field = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user