CSV.Lexer

RFC 4180 compatible CSV lexer. Lexes tokens and sends them to the parser process.

Summary

Lexes strings received from a sender (the decoder) and sends the resulting tokens to the parser process / the receiver

Functions

lex_into(receiver, options \\ [])

Lexes strings received from a sender (the decoder) and sends the resulting tokens to the parser process / the receiver.

Options

Options get transferred from the decoder. They are:

  • :separator – The separator token to use, defaults to ?,. Must be a codepoint.