Re: [base] Number format excecption

2007-04-10 Thread Nicklas Nordborg
Nicklas Nordborg wrote: > Reha Yildirimman wrote: >> Hello, >> >> The import is always aborted when the plug-in finds a value with "e" >> definition (e+00, e-05 etc). > > The importer currently doesn't support such values. 'E' is not a digit > or decimal separator. That is why it is complaining.

Re: [base] Number format excecption

2007-04-10 Thread Nicklas Nordborg
Reha Yildirimman wrote: > Hello, > > The import is always aborted when the plug-in finds a value with "e" > definition (e+00, e-05 etc). The importer currently doesn't support such values. 'E' is not a digit or decimal separator. That is why it is complaining. > The strange thing is when I tes

[base] Number format excecption

2007-04-05 Thread Reha Yildirimman
Hello, I am trying to import a tab-delimited text file with float values and get the follwoing error: net.sf.basedb.core.BaseException: For input string: "1.861544e-05" on line 2: scl0012801.2_230-... at net.sf.basedb.plugins.AbstractFlatFileImporter.doImport(AbstractFlatFileImporter.java: