Elixir.ExDoc.Formatter.HTML

CSV.Decoding.Preprocessing.Lines

The CSV lines preprocessor module - aggregates lines in a stream that are part of a common escape sequence.

Summary

Aggregates the common escape sequences of a stream with the given separator

Functions

process(stream, options \\ [])

Aggregates the common escape sequences of a stream with the given separator.

Options

Options get transferred from the decoder. They are:

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