- Index
- »
- io
- »
- func:ioStreamCsv
def
func:ioStreamCsv
ioStreamCsv(handle, opts: null)
Read a stream of dicts from a comma separated value file. This function uses the same options and semantics as ioReadCsv()
except it streams the rows as dicts instead of reading to an in-memory grid. See Streams.