Page 1 of 1

Wild Cards for filenames in datasource.xml

Posted: Sun Mar 19, 2017 3:19 am
by ghansham
Hi all

The pattern tag in the datasource.xml should allow linux wild cards like "?" and "*"
as they are easier to put in rather than java way of putting the regular expressions.
I mean this can be additional feature than java regular expressions.

It is much required when we are writing a plugin for new datasources.





Ghansham

Re: Wild Cards for filenames in datasource.xml

Posted: Tue Mar 21, 2017 7:37 pm
by barryr
Hi Ghansham,

Thank you for this request. I wrote it up as enhancement inquiry 2504.

Barry

Re: Wild Cards for filenames in datasource.xml

Posted: Sun Nov 22, 2020 12:01 pm
by ghansham
There are some cool utility classes in apache common io which help in this. You can use them.

Re: Wild Cards for filenames in datasource.xml

Posted: Mon Nov 23, 2020 9:42 pm
by bobc
Thanks for the tip, Ghansham. Good timing as well since I just ran across this again today attempting to create a new data source. I briefly discussed this with one of our programmers who will try taking a look into this shortly. I'll keep you updated with any progress.

Bob Carp