quentinsf / icsv2ledger

Interactive importing of CSV files to Ledger
196 stars 70 forks source link

Add support for the transfer pattern in the mapping file #129

Closed riclage closed 5 years ago

riclage commented 5 years ago

Fixes #126

This PR adds the transfer_to= and file= options to an entry in the mapping file.

You can use transfer_to= to another asset to make the transfer to record in a "transfer" double-entry pattern. You can additionally add a file= value after transfer_to= to write the second entry in another file.

See updated README for more info and example.