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§
- CsvOutput
Row - A row in the CSV output
Enums§
- Source
- The source of a CSV file
Constants§
- NUM_
FIRST_ COLUMNS - The number of first columns to read from the CSV file; used to detect the source
- NUM_
SELECT_ COLUMNS - The number of columns to select from the CSV file
Functions§
- detect_
separator - Detect the separator of a CSV file
- dkb_
edit_ file - Remove the first extra lines from a DKB CSV file
- dkb_
extract_ amount - Extract the amount from a DKB memo
- filter_
data_ frame - Filter the data frame by currency and determine the source based on the first columns of the CSV