Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 907 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 907 Bytes

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.

Currently Supported CSV to QIF Conversions

  • CashApp Transactions
  • Discover Bank Statement
  • Discover Card Statement
  • Venmo Account Statement

CLI Usage

Usage:
  Solidus.FinanceTools <Input Type> [options]

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

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