Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solidx/financeexporttools

Convert CashApp & Discover Bank CSV transaction exports into QIF format
https://github.com/solidx/financeexporttools

cashapp csv discover qif-file

Last synced: 2 days ago
JSON representation

Convert CashApp & Discover Bank CSV transaction exports into QIF format

Awesome Lists containing this project

README

        

# Finance Export Conversion Tools
This tool converts a variety of financial transaction export CSV files into QIF format.
It was originally created to simplify importing CashApp transactions in to [HomeBank](http://homebank.free.fr/en/index.php).

## Currently Supported CSV to QIF Conversions
- CashApp Transactions
- Discover Bank Statement
- Discover Card Statement
- Venmo Account Statement

## CLI Usage
```
Usage:
Solidus.FinanceTools [options]

Arguments:
The type of the input file to convert. Only 'CashApp', 'DiscoverBank', 'DiscoverCard', and 'Venmo' are supported at
the moment.

Options:
-i, --input (REQUIRED) Path to a CashApp CSV export file.
-o, --output Path to output QIF file to.
--version Show version information
-?, -h, --help Show help and usage information
```