-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing n26 to support the new file format (#28)
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"Fecha","Beneficiario","Número de cuenta","Tipo de transacción","Referencia de pago","Cantidad (EUR)","Cantidad (Divisa extranjera)","Tipo de divisa extranjera","Tipo de cambio" | ||
"2019-01-08","Dr Who","ES9271020570520240752219","Ingreso"," ","10.0","","","" | ||
"2019-01-20","Dr Who","ES9271020570520240752219","Ingreso","RENTAL FLAT","120.0","","","" | ||
"2019-01-28","Dalek","DE717287002202217671300","Transferencia saliente","Dr Who","-140.0","","","" | ||
"Booking Date","Value Date","Partner Name","Partner Iban","Type","PaymentReference","Account Name","Amount (EUR)","Original Amount","Original Currency","Exchange Rate" | ||
"2019-01-08","2019-01-08","Dr Who","ES9271020570520240752219","Ingreso",," ","10.0","","","" | ||
"2019-01-20","2019-01-20","Dr Who","ES9271020570520240752219","Ingreso",,"RENTAL FLAT","120.0","","","" | ||
"2019-01-28","2019-01-28","Dalek","DE717287002202217671300","Transferencia saliente",,"Dr Who","-140.0","","","" |