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:592)
at 
net.sf.basedb.plugins.AbstractFlatFileImporter.run(AbstractFlatFileImporter.java:442)
at 
net.sf.basedb.core.PluginExecutionRequest.invoke(PluginExecutionRequest.java:88)
at 
net.sf.basedb.core.InternalJobQueue$JobRunner.run(InternalJobQueue.java:420)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NumberFormatException: For input string: "1.861544e-05"
at net.sf.basedb.core.Type.parseString(Type.java:420)
at 
net.sf.basedb.core.ExtendedProperty.parseString(ExtendedProperty.java:194)
at 
net.sf.basedb.plugins.RawDataFlatFileImporter.handleData(RawDataFlatFileImporter.java:541)
at 
net.sf.basedb.plugins.AbstractFlatFileImporter.doImport(AbstractFlatFileImporter.java:570)
... 4 more
****

The import is always aborted when the plug-in finds a value with "e" 
definition (e+00, e-05 etc).
The strange thing is when I test the used plug-in configuration with the 
same flatfile inside the
configuration part/plugin-definitions, it works...

Thanks in advance for any help.

Reha

-------------------------------------------
Reha Yildirimman
Max Planck Institute for Molecular Genetics
Ihnestr. 73
14195 Berlin
Germany

+49-30-8413-1682
-------------------------------------------

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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