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

Safe HaskellSafe-Infered

Hledger.Read.CsvReader

Contents

Description

A reader for the CSV data format. Uses an extra rules file (http://hledger.org/MANUAL.html#rules-file-directives) to help interpret the data. Example:

"2012/3/22","something","10.00"
"2012/3/23","another","5.50"

and rules file:

date-field 0
description-field 1
amount-field 2
base-account assets:bank:checking

SAVINGS
assets:bank:savings

Synopsis

Reader

Misc.

Tests