konnectors/boursorama

Some labels should be filtered

Closed this issue · 3 comments

It seems the account list has some elements that should be filtered out as they are not accounts. I had to filter this but don't know how to do it properly (if filtering after the scrape operation, it will still throw a lot of error because type is not defined on those entries):

filter( x => x.label != 'TOUS MES COMPTES' && x.label != '' && x.label != '. . .')

Hello @X-dark
Thank you for your feedback. You're right! 👍

I will add your suggestion in the next days or if you have the time, review your PR! :)

I would have done a PR but as said above, I don't know how to filter properly to avoid the scrape function to throw errors before the filtering occurs.

I did update who work but i dont know how to put here, you can add by :

cozy-stack konnectors install --domain cloud.mewto.me boursorama 'git+https://git@gitlab.infosplatch.fr/konnectors/boursorama.git#build'