mirror of
https://github.com/FourierTransformer/ftcsv.git
synced 2024-11-19 19:54:23 +00:00
docs fix: Update README.md (#38)
This commit is contained in:
parent
8d5af9f7d7
commit
527620af3d
@ -37,7 +37,7 @@ If specifying `bufferSize` there are a couple of things to remember:
|
||||
Parsing through a csv file:
|
||||
```lua
|
||||
local ftcsv = require("ftcsv")
|
||||
for zipcode in ftcsv.parseLine("free-zipcode-database.csv", ",") do
|
||||
for index, zipcode in ftcsv.parseLine("free-zipcode-database.csv", ",") do
|
||||
print(zipcode.Zipcode)
|
||||
print(zipcode.State)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user