Actions
Bug #2171
closedAdd support for missingValueCode in EML parser
Start date:
08/15/2005
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2171
Description
Currently, EML parser doesn't handle missingValueCode. We should replace the
missingValueCode by NULL in the data file.
Related issues
Updated by Matt Jones about 19 years ago
This also depends on being able to handle the NULL values as well, which will be
entered as a separate bug.
Updated by Matt Jones about 19 years ago
Adding dependency to null value handling bug.
Updated by Jing Tao over 18 years ago
- Bug 2350 has been marked as a duplicate of this bug. ***
Updated by Jing Tao over 18 years ago
EML parser now can stored missingValue. According Ptolemy adding NULL Token
connecpt, Kepler will transfer the missing value to NULL Token. The null tokens
now we can handle include int, long, double and string. Since Ptolemy haven't
finailized the NULL token yet, kepler will keep changeing too.
Updated by Jing Tao over 18 years ago
Christopher added NIL Token in ptolemy and our mssingValue can be expressed as NIL Token. So this bug fixed.
Actions