Kishorelal Deva <[email protected]> writes:

> Could you help me as I really do need a way to parse some csv files quite
> urgently. It is tax time and this would save me a lot of time. My
> alternative is to manually type in all transactions.

Another option, if you're using Ledger from Git, is to run "ledger convert
FILE.CSV".  The only requirement is that the file contain a header field using
these recognized names (given here as regexps):

    date           => "date"
    effective date => "posted( ?date)?"
    code           => "code"
    payee          => "(payee|desc(ription)?|title)"
    amount         => "amount"
    cost           => "cost"
    total          => "total"
    note           => "note"

John

Reply via email to