Actions
Bug #2733
closedHandle quoteCharacter element in EML parser
Start date:
01/18/2007
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2733
Description
Margaret and Chat said it is very common that delimiter (such as ,) is used in comment field in cvs file. However, our current EML parser couldn't handle this case now. Even quoteCharacter is used, our eml parser will still consider the delimiter character as a delimiter rather than escaping it. This will cause an problem: the column number in metadata does not match the one in data. This is new feature we need to add.
Updated by Jing Tao almost 18 years ago
In emlparser, the quote and literal character will be stored. In the DelimitedReader, new method to handle quote and literal character was added too. After testing, the new feature is finished.
Actions