You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Barclays Bank Germany does not provide a CSV export option, but you can download the transactions in MS Excel format.
3
+
4
+
### Preprocessing
5
+
6
+
#### Create a valid CSV out of the downloaded Excel file
7
+
8
+
Open the Excel file in MS Excel or any alternativve like Libre Office Calc and save it as a CSV file. Than renove the first 12 lines (everthing till the header of the table). You can do that:
-`sed '1,12d' /path/to/your/Accounts.csv > /path/to/your/Accounts_edit.csv` if you want to keep the original file
13
+
- Manually removing the first 12 lines in a text editor
14
+
15
+
16
+
### Example header
17
+
18
+
`Referenznummer;Buchungsdatum;Buchungsdatum;Betrag;Beschreibung;Typ;Status;Kartennummer;Originalbetrag;Mögliche Zahlpläne;Land;Name des Karteninhabers;Kartennetzwerk;Kontaktlose Bezahlung;Händlerdetails`
0 commit comments