ChrisRBe/PP-P2P-Parser

View on GitHub
config/bondora_go_grow.yml

Summary

Maintainability
Test Coverage
---
type_regex: !!map
  deposit: "(^TransferGoGrow$)"
  withdraw: "(^TransferGoGrowMainRepaiment$)"
  interest: "(^$)"
  fee: "(^$)"

csv_fieldnames:
  booking_date: 'TransferDate'
  booking_date_format: '%d.%m.%Y %H:%M'
  booking_details: 'Description'
  booking_id: 'LoanNumber'
  booking_type: 'Description'
  booking_value: 'Amount'
  booking_currency: 'Currency'