{
"name": "Credit Mutuel",
"region": "France",
"encoding": "latin1",
"type": "delimited",
"delimiter": ";",
"firstisheader": true,
"validateheader": true,
"delayincomingdays": 1,
"columns": [
{
"header": ["Date"],
"function": "date",
"format": "date",
"dateformat": "%d/%m/%Y"
},
{
"header": ["Value date", "Date de valeur"],
"function": "store",
"format": "date",
"dateformat": "%d/%m/%Y"
},
{
"header": ["Amount", "Montant"],
"function": "amount",
"format": "decimal",
"decimal": "."
},
{
"header": ["Message", "Libellé"],
"function": "text"
},
{
"header": ["Balance", "Solde"],
"function": "balance",
"format": "decimal",
"decimal": "."
}
],
"upload_tooltip": "Go the CM website, select the account and click the download button for format other.\nFormat: CSV\n\nFormat: Excel XP and following\nDates: French long\nField separator: Semicolon\nAmounts in: a single column\nDecimal separator: point\n\nDownload a reasonable range of transactions, typically with a few days overlap."
}