|
| Hledger.Cli.Commands.Convert |
|
|
| Description |
| Convert account data in CSV format (eg downloaded from a bank) to ledger
format, and print it on stdout. See the manual for more details.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| A set of data definitions and account-matching patterns sufficient to
convert a particular CSV data file into meaningful ledger transactions. See above.
| | Constructors | | Instances | |
|
|
|
|
|
|
|
|
|
| Read the CSV file named as an argument and print equivalent journal transactions,
using/creating a .rules file.
|
|
|
| The highest (0-based) field index referenced in the field
definitions, or -1 if no fields are defined.
|
|
|
|
|
|
|
|
|
|
|
|
|
| Real independent parser choice, even when alternative matches share a prefix.
|
|
|
|
|
|
|
|
|
| Convert some date string with unknown format to YYYYMMDD.
|
|
|
| Apply account matching rules to a transaction description to obtain
the most appropriate account and a new description.
|
|
| Produced by Haddock version 2.6.1 |