Extracted from Pike v8.0 release 358 as of 2016-11-23.
   

Method Parser.CSV()->fetchrecord()


Method fetchrecord

mapping fetchrecord(void|array|mapping format)

Description

This function consumes a single record from the input. To be used in conjunction with parsehead().

Returns

It returns the mapping describing the record.

See also

parsehead(), fetch()