Skip to content

Commit

Permalink
added CODA example
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Apr 25, 2018
1 parent 958ce2a commit 5270ea0
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions configuration_database/importer/coda/BE_CODA.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"title":"CODA {starting_date} [{md5}]",
"statement_rules":[
{
"comment":"Number",
"type":"set",
"from":"account:number",
"to":"_NBAN_BE"
},
{
"comment":"Currency",
"type":"set",
"from":"account:currency",
"to":"currency"
}
],
"transaction_rules":[
{
"comment":"Amount",
"type":"set",
"from":"amount",
"to":"amount"
},
{
"comment":"Value Date",
"type":"strtotime",
"from":"valuta_date",
"to":"value_date"
},
{
"comment":"Booking Date",
"type":"strtotime",
"from":"transaction_date",
"to":"booking_date"
},
{
"comment":"Purpose",
"type":"set",
"from":"message",
"to":"purpose"
},
{
"comment":"Structured data / OGM",
"type":"set",
"from":"structured_message",
"to":"structured_message"
},
{
"comment":"Account data",
"type":"set",
"from":"account:number",
"to":"_party_IBAN"
},
{
"comment":"Account Name",
"type":"set",
"from":"account:name",
"to":"name"
}
]
}

0 comments on commit 5270ea0

Please sign in to comment.