konnectors / cragr

GNU Affero General Public License v3.0
5 stars 6 forks source link

Credit Agricol incorrect parsing of "label" and "date" in operations #6

Open francoisWeber opened 6 years ago

francoisWeber commented 6 years ago

It seems the Credit Agricole connector does not always separate well the "label" and "date" fields that are written in io.cozy.bank.operations. Example : {amount : -9.6 currency : "EUR" date : "2017-07-24T00:00:00.000Z" dateImport : "2017-12-15T10:53:42.077Z" dateOperation : "24-jul" label : "Flunch Plaisir 22/07"}

Occurs in ~66% of known operations

doubleface commented 6 years ago

Yes, in this case 22/07 is the date in which the operation really happened and this is not parsed, yet.