Reha Yildirimman wrote:
> Hello,
> 
> I am trying to configure a raw data importer plugin and want to use 
> wildcards for reading raw data files. The dataheader inside those files 
> always contains some changing elements and I would like to use base2 
> directly on the raw data without preprocessing them beforehand - so far no 
> wildcard syntax worked.
> 
> Is it possible to use wildcards and if yes what syntax is needed ?

You may use regular expressions as Java implements them, which I think 
is more or less the same as in most other programming languages. The 
documentation written by Sun should list all options:

http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html

/Nicklas


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
The BASE general discussion mailing list
basedb-users@lists.sourceforge.net
unsubscribe: send a mail with subject "unsubscribe" to
[EMAIL PROTECTED]

Reply via email to