CSV.Parser
The CSV Parser module - parses tokens coming from the lexer and sends them
to the receiver process / the decoder.
Summary
Parses tokens by receiving them from a sender / lexer and sending them to
the given receiver process (the decoder)
Functions
Parses tokens by receiving them from a sender / lexer and sending them to
the given receiver process (the decoder).
Options
Options get transferred from the decoder. They are:
:strip_cells
– When set to true, will strip whitespace from cells. Defaults to false.