hledger-lib-1.31: A reusable library providing the core functionality of hledger
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hledger.Read.CsvUtils

Contents

Description

CSV utilities.

Synopsis

Documentation

type CSV = [CsvRecord] #

type CsvValue = Text #

printCSV :: [CsvRecord] -> Text #

Tests