文件名称:ofx-convert:用于将所有银行格式的ofx文件转换为json并将json转换为ofx的库
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-16 19:10:18
JavaScript
转换 **用于将所有银行格式的ofx文件转换为json并将json转换为ofx的库。 应用 将OFX转换为JSON const ofx = require ( 'ofx-convertjs' ) ; const file = fs . readFileSync ( 'exemplo.ofx' , 'utf8' ) const data = ofx . toJson ( file ) ; 将JSON转换为OFX const ofx = require ( 'ofx-convertjs' ) ; const json = { id : 1 , name : 'json' } const data = ofx . toOfx ( json ) ; 执照 此项目已获得MIT许可许可,以获取更多详细信息,请参阅文件 轮廓 创建者:Osmir库斯托迪奥马里亚诺- Npm链接
【文件预览】:
ofx-convert-master
----.DS_Store(6KB)
----.vscode()
--------launch.json(719B)
----lib()
--------ofx.js(2KB)
----helpers()
--------helper.js(1KB)
----LICENSE(1KB)
----README.md(691B)
----.gitignore(26B)
----bin()
--------index.js(52B)
----package-lock.json(4KB)
----package.json(726B)