package csvfields

  1. Overview
  2. Docs
type t =
  1. | StartField
  2. | InUnquotedField
  3. | InQuotedField
  4. | InQuotedFieldAfterQuote