add PayPal 2023 CSV rules file
This commit is contained in:
parent
d7cfdfd651
commit
cb751cf674
16
examples/csv/paypal-2023.rules
Normal file
16
examples/csv/paypal-2023.rules
Normal file
@ -0,0 +1,16 @@
|
||||
skip 1
|
||||
date-format %d-%m-%Y
|
||||
# date-format %F # I prefer to pre-process
|
||||
|
||||
fields date,time,timezone,payee,type,status_,currency_,amount,reference,balance_
|
||||
|
||||
currency %currency_
|
||||
if %currency_ EUR
|
||||
currency €
|
||||
if %currency_ USD
|
||||
currency $
|
||||
if %currency_ GBP
|
||||
currency £
|
||||
|
||||
description %payee | %type
|
||||
account1 assets:current:yourname:PayPal
|
||||
Loading…
Reference in New Issue
Block a user