ynabimport

package
v2.12.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2023 License: AGPL-3.0 Imports: 10 Imported by: 0

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.

Documentation

Index

Constants

View Source
const (
	Date = iota
	Payee
	Memo
	Outflow
	Inflow
)

Variables

This section is empty.

Functions

func Parse

func Parse(f io.Reader, account models.Account) ([]importer.TransactionPreview, error)

This function parses the YNAB import CSV files.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL