Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ynap-parsers

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ynap-parsers

Parsers from various formats to YNAB CSV

  • 1.15.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-80%
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 17 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc