csv

package
v0.0.0-...-222bfc4 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package CSV provides a reader that converts a Citi CSV export into QIF entries. (Why? The Citi QIF export has truncated fields.)

Index

Constants

View Source
const (
	Citi mode = iota
	Venmo
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CSVReader

type CSVReader struct {
	// contains filtered or unexported fields
}

func NewCSVReader

func NewCSVReader(r io.Reader) (*CSVReader, error)

func (*CSVReader) ReadEntry

func (cr *CSVReader) ReadEntry() (*qif.Entry, error)

Jump to

Keyboard shortcuts

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