Giter Club home page Giter Club logo

alipay2moneywiz's Introduction

Alipay2Moneywiz

将支付宝&微信个人账单转换为MoneyWiz兼容的csv文件(中文格式)

Installation

node版本 >= v14.16.1 (lts/fermium)

$ nvm install lts/fermium

进入项目目录后:

$ npm install

Usage

account_map.json

该文件为自定义的账户名称转换表,key表示原始文件中账户名称中包含的字符串,value则为对应转换到你MoneyWiz中已有的账户,示例:

{
  "1234": "农行卡",
  "5678": "工行卡",
  "招行": "招商银行储蓄卡",
  "余额": "支付宝余额",
  "花呗": "花呗",
  "零钱": "微信零钱"
}

使用脚本前请自行修改。

run

$ npm run alipay
$ npm run wechat

运行脚本后,根据提示,直接将下载解压后的支付宝(微信)账单.csv文件,拖入Terminal窗口即可。

alipay2moneywiz's People

Contributors

wuzeyou avatar

Stargazers

Yuan Zhiyi avatar Bohan Zhang avatar Len avatar  avatar Moria avatar Henry avatar Hao Bai avatar  avatar EGOISTK21 avatar 郭永康(Guo Yongkang) avatar  avatar Tyr Chen avatar

Watchers

 avatar

alipay2moneywiz's Issues

运行报错

请问一下,下边报错是什么原因?
if (recordStr.includes(k)) {
^

TypeError: Cannot read properties of undefined (reading 'includes')
at mapAccount (file:///C:/Users/gyong/OneDrive/%E6%A1%8C%E9%9D%A2/%E5%AF%B9%E8%B4%A6%EF%BC%8822.11.1-23.02.01%EF%BC%89/alipay2moneywiz-master/alipay.js:123:19)
at file:///C:/Users/gyong/OneDrive/%E6%A1%8C%E9%9D%A2/%E5%AF%B9%E8%B4%A6%EF%BC%8822.11.1-23.02.01%EF%BC%89/alipay2moneywiz-master/alipay.js:69:25
at Array.forEach ()
at mainProcess (file:///C:/Users/gyong/OneDrive/%E6%A1%8C%E9%9D%A2/%E5%AF%B9%E8%B4%A6%EF%BC%8822.11.1-23.02.01%EF%BC%89/alipay2moneywiz-master/alipay.js:62:11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.