CSV.Parser

The CSV Parser module - parses tokens coming from the lexer and parses them into a row of fields.

Summary

Parses tokens by receiving them from a sender / lexer and sending them to the given receiver process (the decoder)

Functions

parse(message, options \\ [])

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 fields. Defaults to false.