hledger-lib-0.22: Core data types, parsers and utilities for the hledger accounting tool.

Safe HaskellNone

Hledger.Read.CsvReader

Contents

Description

A reader for CSV data, using an extra rules file to help interpret the data.

Synopsis

Reader

Misc.

type CsvRecord = [String]Source

rulesFileFor :: FilePath -> FilePathSource

parseRulesFile :: FilePath -> IO (Either ParseError CsvRules)Source

Tests