package
3.22.2
Repository: https://github.com/envelope-zero/backend.git
Documentation: pkg.go.dev

# README

YNAB Import

The YNAB import format is a comma-separated CSV with the following columns:

  • Date
  • Payee
  • Memo
  • Outflow
  • Inflow

You can use YNAP to parse many different bank export formats into the YNAB import format and then import them into Envelope Zero.

# Functions

This function parses the YNAB import CSV files.