Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save colmdoyle/da26e1ddcee41883e9ea8e1d58d1f242 to your computer and use it in GitHub Desktop.
Save colmdoyle/da26e1ddcee41883e9ea8e1d58d1f242 to your computer and use it in GitHub Desktop.
AIB Export > YNAB
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