Elixir.ExDoc.Formatter.HTML

CSV.Decoding.Preprocessing.Codepoints

The CSV codepoints preprocessor module - collects lines out of a stream of codepoints.

Summary

Collects lines respecting common escape sequences of a stream

Functions

process(stream, options \\ [])

Collects lines respecting common escape sequences of a stream.

Options

Options get transferred from the decoder. They are:

  • :escape_max_lines – The maximum number of lines to collect in an escaped field