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