Re: [basedb-devel] problem with auto detection of raw data import configurations

2007-08-13 Thread Micha Bayer
; -Original Message- > From: [EMAIL PROTECTED] [mailto:basedb-devel- > [EMAIL PROTECTED] On Behalf Of Nicklas Nordborg > Sent: 13 August 2007 07:19 > To: BASE dev > Subject: Re: [basedb-devel] problem with auto detection of raw data import > configurations > > I think thi

Re: [basedb-devel] problem with auto detection of raw data import configurations

2007-08-12 Thread Nicklas Nordborg
I think this most likely is a problem with too unspecific regular expression in the file format configurations. The isImportable() method will only scan the file until it finds a line which matches the "Data header" regular expression. The rest of the file is not checked. /Nicklas Micha Bayer

[basedb-devel] problem with auto detection of raw data import configurations

2007-08-10 Thread Micha Bayer
Hi, I have come across a problem with how import configurations are autodetected, and wanted to check with the list whether this is an issue with my code or a genuine bug in the API. I am trying to autodetect in my code plugin configs that are suitable for importing raw data from a given file. I