Re: [GNC] Wildcard matching on import

2021-02-20 Thread Derek Atkins
You can file an RFE in Bugzilla. You could put it on overvoice. We have not had good success with crowd funded development. Depending on whether you want QIF or other methods, it's either Scheme of C hacking. Github PR is best option to submit code. -derek Sent using my mobile device. Please

Re: [GNC] Wildcard matching on import

2021-02-20 Thread Paul Harmsworth
By rules I mean the text used for matching, which is stored in the DB. But if regex can't be done that is truly a pity. Is there a way of getting change requests scheduled, and crowd funded? On Sat, 20 Feb 2021, 18:25 Derek Atkins, wrote: > I don't know what "rules" you are talking about.

Re: [GNC] Wildcard matching on import

2021-02-20 Thread Derek Atkins
I don't know what "rules" you are talking about. The importers either use string matching or tokenized bayesian matching. There is no glob or regex matching. -derek Sent using my mobile device. Please excuse any typos. On February 20, 2021 11:50:15 AM Paul Harmsworth wrote: Hi, It doesn't

Re: [GNC] Wildcard matching on import

2021-02-20 Thread Paul Harmsworth
Hi, It doesn't support editing the rules yet I can do that directly in the dB... So I am wondering if properly escaped * in the DB will perhaps work. This lack of user control of rules is a serious product limitation. Regards Paul On Sat, 20 Feb 2021, 17:14 Derek Atkins, wrote: > Sorry, >

Re: [GNC] Wildcard matching on import

2021-02-20 Thread Derek Atkins
Sorry, Gnucash does not support wildcard matching for import mapping. -derek Sent using my mobile device. Please excuse any typos. On February 20, 2021 11:11:19 AM Paul Harmsworth wrote: Hi, Interesting but I want to be able to use wild cards. I can edit the gnucash db and I want something

Re: [GNC] Wildcard matching on import

2021-02-20 Thread Paul Harmsworth
Hi, Interesting but I want to be able to use wild cards. I can edit the gnucash db and I want something like *zork* Doe anyone know how this can be done? Regards Paul On Sat, 20 Feb 2021, 16:36 David Carlson, wrote: > Paul, > > You might look at for a

Re: [GNC] Wildcard matching on import

2021-02-20 Thread David Carlson
Paul, You might look at for a start. I am not sure if this page has been updated for the changes that were made when GnuCash added a way to edit the matching criteria. For general concept I would Google "Bayesian Matching" On Sat, Feb 20, 2021 at 7:50 AM