Re: [GNC] Importing Vendor Bills: Field Definitions Questions

2020-02-17 Thread Rob Laan
Hi, See my comments below, Regards, Rob > On 15 Feb 2020, at 19:53, Fran_3 via gnucash-user > wrote: > > Referring to the field definitions in > 18.1. Importing Bills and Invoices > I tried to line those up with the three dialog boxes that come up as you > create and post a new bill. > New

[GNC] Import Bills & Invoices: how can I use e.g. \S in the custom regular expression for import?

2018-12-21 Thread Rob Laan
High Sierra. Regards, Rob Laan ___ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see h

Re: [GNC] Import Bills & Invoices: how can I use e.g. \S in the custom regular expression for import?

2018-12-21 Thread Rob Laan
Hi David, Thanks. Yes, I know about escaping special characters in regex. But I do not want to escape anything. And I don’t want to search for a \. \S is a regular regex content, matching any non white space character (a so called generic character type); but the expression editor changes my \

Re: [GNC] Import Bills & Invoices: how can I use e.g. \S in the custom regular expression for import?

2018-12-21 Thread Rob Laan
and letting GC insert it? Is the result ‘\S’ as > intended? > > Certainly, that would be a bug, but you might still get the result you want. > (at least for that narrow case) > > Regards, > Adrien > >> On Dec 21, 2018, at 4:33 PM, Rob Laan wrote: >> >&

Re: [GNC] Import Bills & Invoices: how can I use e.g. \S in the custom regular expression for import?

2018-12-22 Thread Rob Laan
referred too. I now understand that that is a different issue; non of the generic character types I tested worked there. Regards, Rob > On 22 Dec 2018, at 05:42, John Ralls wrote: > > > >> On Dec 21, 2018, at 11:54 AM, Rob Laan > <mailto:rob.l...@chello.nl>> w