Go to file
Kuba Orlik df5a4cbb81 Dep fix 2023-12-10 15:37:18 +01:00
public Working cli and browser versions 2023-12-10 15:15:13 +01:00
src Fix cli output 2023-12-10 15:15:36 +01: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 Stworzenie module-starter. 2021-10-20 08:42:05 +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
README.md Working cli and browser versions 2023-12-10 15:15:13 +01:00
captain-definition Dep fix 2023-12-10 15:37:18 +01:00
jenkins.sanity.sh Stworzenie module-starter. 2021-10-20 08:42:05 +02:00
package-lock.json Dep fix 2023-12-10 15:36:46 +01:00
package.json Deploy fix2 2023-12-10 15:28:21 +01:00
tsconfig.json Working cli and browser versions 2023-12-10 15:15:13 +01:00

README.md

Mbank mt940 converter

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