1.15.0 • Published 2 years ago

ynap-parsers v1.15.0

Weekly downloads
1
License
MIT
Repository
-
Last release
2 years ago

YNAP Parsers

This package contains parsers that can convert banking statements from a variety of formats into a CSV format that can be imported into You Need A Budget. If you just want to use those parsers to convert your banking statements, you can do so using our web app, You Need A Parser.

Supported Formats

A list of all currently supported formats is available on the Supported Formats page.

Contributing

If you want ynap-parsers to support a new format, you have two options:

1. Request a Format

This is the simplest way if you don't want to implement the parser yourself. Tell me which format you'd like to see supported and attach an example file if you have one.

2. Submit a Pull Request

Adding a new format is fairly straight-forward. Take a look at one of the implemented parsers (e.g. Kontist). Every parser file basically consists of two functions: A matcher that checks if a given file is supported and a parser that converts a given file into one or more arrays of YNAB-supported rows.

Every parser module should be accompanied by a test suite to make sure that it operates correctly.

1.15.0

2 years ago

1.14.0

4 years ago

1.13.0

4 years ago

1.12.3

4 years ago

1.12.2

4 years ago

1.11.2

4 years ago

1.11.1

4 years ago

1.11.0

5 years ago

1.10.0

5 years ago

1.9.0

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.2

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago