Expand description
Detect CSV files from a couple of German banks (N26, DKB) and PayPal, filter out transactions in a specific currency and generate a CSV file with these transactions
Structs§
- A row in the CSV output
Enums§
- The source of a CSV file
Constants§
- The number of first columns to read from the CSV file; used to detect the source
- The number of columns to select from the CSV file
Functions§
- Detect the separator of a CSV file
- Remove the first extra lines from a DKB CSV file
- Extract the amount from a DKB memo
- Filter the data frame by currency and determine the source based on the first columns of the CSV