CSV v2.3.1 CSV.Decoding.Parser View Source
The CSV Parser module - parses tokens coming from the lexer and parses them into a row of fields.
Link to this section Summary
Functions
Parses tokens by receiving them from a sender / lexer and sending them to the given receiver process (the decoder)
Link to this section Functions
Link to this function
parse(message, options \\ []) View Source
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_fields
– When set to true, will strip whitespace from fields. Defaults to false.