0.1.0 • Published 3 years ago

transaction_transformer v0.1.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

Build, test and lint

Transaction transformer

This repository contains a script that can be used to transform transations in almost arbitrary format into a format that can be understood by GNUCash.

Example usage

cargo run -- \
    --date-col="Posted Transactions Date" \
    --debtor-col="Transfer Account,Description" \
    --creditor-col="Posted Account" \
    --desc-col="Description" \
    --debit-col="Debit Amount" \
    --credit-col="Credit Amount" \
    --log=INFO \
    --matchfile=matches.json \
    -- \
    input_statement.csv \
    output_statement.csv