Created
May 16, 2017 16:45
-
-
Save colmdoyle/da26e1ddcee41883e9ea8e1d58d1f242 to your computer and use it in GitHub Desktop.
AIB Export > YNAB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ynab(){ | |
sed -i "" "1 s/Description1/memo/g" $1 | |
sed -i "" "1 s/Credit Amount/inflow/g" $1 | |
sed -i "" "1 s/Debit Amount/outflow/g" $1 | |
sed -i "" "1 s/Posted Transactions Date/date/g" $1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment