ChrisRBe/PP-P2P-Parser

View on GitHub
config/lande.yml

Summary

Maintainability
Test Coverage
---
type_regex: !!map
  deposit: "^Bank transfer deposit$"
  withdraw: "^Withdraw.*"
  interest: "(.*Interest$)|(^Affiliate-Bonus$)|(^Empfehlungsbonus$)"

csv_fieldnames:
  booking_date: 'Date'
  booking_date_format: '%d.%m.%Y'
  booking_details: 'Loan ID'
  booking_id: 'Transaction ID'
  booking_type: 'Type'
  booking_value: 'Amount'