2023-12-10 15:15:13 +01:00
|
|
|
# Mbank mt940 converter
|
|
|
|
|
2023-12-10 16:16:53 +01:00
|
|
|
## Uruchamianie
|
|
|
|
|
|
|
|
```
|
|
|
|
npm install
|
|
|
|
npm start
|
|
|
|
```
|
|
|
|
|
2023-12-10 15:15:13 +01:00
|
|
|
## Testowanie
|
|
|
|
|
|
|
|
Wygeneruj raz plik mt940 oraz csv za ten sam okres, i wykonaj:
|
|
|
|
|
|
|
|
```
|
|
|
|
node . convert < tests/real_csv.csv > tests/new.txt && diff --side-by-side --color tests/real_mt940.txt tests/new.txt
|
|
|
|
```
|