Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/solidx/financeexporttools
- Owner: SolidX
- License: mit
- Created: 2022-10-02T18:07:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T04:07:08.000Z (5 months ago)
- Last Synced: 2024-12-29T17:03:39.601Z (13 days ago)
- Topics: cashapp, csv, discover, qif-file
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```