Go to file
2024-08-05 17:46:50 +02:00
public Remove compiled 2023-12-10 16:29:14 +01:00
src Differentiate credits and debts 2024-08-05 17:46:50 +02:00
.arcconfig Stworzenie module-starter. 2021-10-20 08:42:05 +02:00
.arclint Stworzenie module-starter. 2021-10-20 08:42:05 +02:00
.eslintrc.js Stworzenie module-starter. 2021-10-20 08:42:05 +02:00
.gitignore Differentiate credits and debts 2024-08-05 17:46:50 +02:00
.mocharc.js updated to reflect the testing infrastructure changes from sealgen 2023-04-14 17:53:23 +02:00
.npmignore Add .npmignore so ./@types are included in in npm package 2022-01-21 22:26:31 +01:00
.nycrc updated to reflect the testing infrastructure changes from sealgen 2023-04-14 17:53:23 +02:00
.prettierrc Stworzenie module-starter. 2021-10-20 08:42:05 +02:00
captain-definition Tru different definition 2023-12-10 16:57:07 +01:00
jenkins.sanity.sh Stworzenie module-starter. 2021-10-20 08:42:05 +02:00
package-lock.json Differentiate credits and debts 2024-08-05 17:46:50 +02:00
package.json Differentiate credits and debts 2024-08-05 17:46:50 +02:00
README.md Add startup info 2023-12-10 16:16:53 +01:00
tsconfig.json Working cli and browser versions 2023-12-10 15:15:13 +01:00

Mbank mt940 converter

Uruchamianie

npm install
npm start

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