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

https://github.com/prplecake/ynab-to-simplifi-csv

A simple Go tool that converts YNAB CSV exports into a format compatible with Quicken Simplifi imports.
https://github.com/prplecake/ynab-to-simplifi-csv

csv quicken-simplifi simplifi ynab

Last synced: about 2 months ago
JSON representation

A simple Go tool that converts YNAB CSV exports into a format compatible with Quicken Simplifi imports.

Awesome Lists containing this project

README

          

# ynab-to-simplifi-csv

A simple Go tool that converts YNAB (You Need A Budget) CSV exports into a
format compatible with Quicken Simplifi imports.

## Usage

```bash
go build -o ynab-to-simplifi-csv .
./ynab-to-simplifi-csv input.csv output.csv
```

## Field Mapping

| YNAB | Simplifi |
|------------------|----------|
| Date | Date |
| Payee | Payee |
| Inflow - Outflow | Amount |
| Category | Category |
| Memo | Notes |