# ynab-csv-nordea-cli

> Convert Nordea CSV files to YNAB compatible CSV files

Latest version **1.0.3** (published 2017-12-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install ynab-csv-nordea-cli
pnpm add ynab-csv-nordea-cli
yarn add ynab-csv-nordea-cli
bun add ynab-csv-nordea-cli
```

Provides the command `ynab-nordea-convert`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2017-12-31 |
| First published | 2017-12-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Known vulnerabilities | 0 (+2 in 2 direct dependencies) |
| Install scripts | no |
| Author | bsthomsen |
| Maintainers | bsthomsen |
| Keywords | ynab, cli, convert, nordea, dk, da |

## Links

- npm: https://www.npmjs.com/package/ynab-csv-nordea-cli
- Repository: https://github.com/bsthomsen/ynab-csv-nordea-cli
- Homepage: https://github.com/bsthomsen/ynab-csv-nordea-cli#readme
- Issues: https://github.com/bsthomsen/ynab-csv-nordea-cli/issues
- npm.io page: https://npm.io/package/ynab-csv-nordea-cli

## Dependencies (9)

- [fs](https://npm.io/package/fs.md) 0.0.1-security
- [ora](https://npm.io/package/ora.md) ^1.3.0
- [napa](https://npm.io/package/napa.md) ^3.0.0
- [save](https://npm.io/package/save.md) ^2.3.2
- [chalk](https://npm.io/package/chalk.md) ^2.3.0
- [moment](https://npm.io/package/moment.md) ^2.20.1
- [fast-csv](https://npm.io/package/fast-csv.md) ^2.4.1
- [inquirer](https://npm.io/package/inquirer.md) ^4.0.1
- [commander](https://npm.io/package/commander.md) ^2.9.0

## Alternatives

- [@js-joda/timezone](https://npm.io/package/@js-joda/timezone.md) — 383.4K weekly downloads
- [chartjs-adapter-moment](https://npm.io/package/chartjs-adapter-moment.md) — 210.8K weekly downloads
- [strftime](https://npm.io/package/strftime.md) — 171.2K weekly downloads
- [vue-flatpickr-component](https://npm.io/package/vue-flatpickr-component.md) — 115.8K weekly downloads
- [timepicker](https://npm.io/package/timepicker.md) — 51.0K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2017-12-31
- 1.0.2 — 2017-12-25
- 1.0.1 — 2017-12-25
- 1.0.0 — 2017-12-23

## README

Please get in touch if you have any ideas or ways this could be improved!

# ynab-csv-nordea-cli

A simple CLI for converting Nordea DK csv files into YNAB files.

### Installation

Prerequisites: [Node.js](https://nodejs.org/en/) (>=4.x, 6.x preferred), npm version 3+ and [Git](https://git-scm.com/).

``` bash
$ npm install -g ynab-csv-nordea-cli
```

### Usage

``` bash
$ ynab-nordea-convert
```
or

``` bash
$ ynab-nordea-convert -i <file> -o <file>
```

Example:

``` bash
$ ynab-nordea-convert
```
Will prompt you to select an input file (.csv) and will then automaticly output to output.csv in the same directory.


``` bash
$ ynab-nordea-convert -i poster.csv -o output.csv
```


### License

[MIT](http://opensource.org/licenses/MIT)

---
_Source: https://npm.io/package/ynab-csv-nordea-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
