Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#562 closed enhancement (fixed)

Support for scientific notation for numbers when parsing data files

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: BASE 2.2.3
Component: core Version:
Keywords: Cc:

Description

When reading data files (for example raw data) and converting strings to numbers scientific notation is not supported if the number contains the lowercase letter 'e'. For example 1.2345e2 --> 123.45 (results in an error)

Numbers with uppercase is supported already.

See also mailing list archive: http://sourceforge.net/mailarchive/forum.php?thread_name=4614ECFF.4040609%40molgen.mpg.de&forum_name=basedb-users

Change History (2)

comment:1 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: newclosed

(In [3238]) :Fixes #562:Support for scientific notation for number when parsing data files

comment:2 by Nicklas Nordborg, 17 years ago

(In [3239]) :Fixes #562. Added missing file

Note: See TracTickets for help on using tickets.