- Index
- »
- io
- »
- func:ioEachCsv
def
func:ioEachCsv
ioEachCsv(handle, opts, fn)
Iterate the rows of a CSV file (comma separated values) and callback the given function with two parameters: Str[] cells of current row and zero based Number line number.
The following options are supported:
- delimiter: separator char as string, default is ","
Also ioReadCsv()
, ioWriteCsv()
, and CSV.