UNPKG
alior2ofx
Version:
latest (1.0.0)
1.0.0
0.0.0
Converterts Aior CSV to OFX
bitbucket.org/pirxpilot/alior2ofx
alior2ofx
/
lib
/
csv.js
12 lines
(7 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
csv =
require
(
'csv-parser'
);
module
.
exports
= createStream;
function
createStream
(
) {
return
csv
({
separator
:
';'
}); }