Socket
Book a DemoInstallSign in
Socket

splitwise-to-ynab

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

splitwise-to-ynab

converts a splitwise csv export to ynab-importable csv

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

splitwise-to-ynab

Running it

npm install -g splitwise-to-ynab

given an input like this...

Date,Description,Category,Cost,Currency,Friend,Your Name
,,,,,,

7/31/18,May - end of July expenses,General,2270.76,USD,2270.76,-2270.76
8/1/18,August rent,Rent,500,USD,-500,500
8/1/18,Emergency Lights out Orchard Supply,General,63.33,USD,31.67,-31.67
3/31/19,Total balance, , ,USD,-19,19

you would run...

splitwise-to-ynab -i splitwise-export.csv -o ynab-import.csv -i 'Your Name'

and you would expect this output...

Date,Payee,Memo,Outflow,Inflow
,,,,
7/31/18,May - end of July expenses,General,,2270.76
8/1/18,August rent,Rent,500,
8/1/18,Emergency Lights out Orchard Supply,General,,31.67

Keywords

splitwise

FAQs

Package last updated on 31 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts