Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
encIncludeHeader :: EncodeOptions -> !Boolcassava Data.Csv Include a header row when encoding ToNamedRecord instances.
genericHeaderOrder :: (Generic a, GToNamedRecordHeader (Rep a)) => Options -> a -> Headercassava Data.Csv A configurable CSV header record generator. This function applied to defaultOptions is used as the default for headerOrder when the type is an instance of Generic.
encodeHeader :: Header -> Buildercassava Data.Csv.Builder Encode a header.
encodeHeaderWith :: EncodeOptions -> Header -> Buildercassava Data.Csv.Builder Like encodeHeader, but lets you customize how the CSV data is encoded.
-
cassava Data.Csv.Incremental Is the CSV data preceded by a header?
-
cassava Data.Csv.Incremental The CSV data is preceded by a header
-
cassava Data.Csv.Incremental The CSV data is not preceded by a header
decodeHeader :: HeaderParser ByteStringcassava Data.Csv.Incremental Parse a CSV header in an incremental fashion. When done, the HeaderParser returns any unconsumed input in the second field of the DoneH constructor.
decodeHeaderWith :: DecodeOptions -> HeaderParser ByteStringcassava Data.Csv.Incremental Like decodeHeader, but lets you customize how the CSV data is parsed.
csvWithHeader :: DecodeOptions -> Parser (Header, Vector NamedRecord)cassava Data.Csv.Parser Parse a CSV file that includes a header.