Actions
Bug #615
closedTab delimiter problem after clicking update butto
Start date:
09/30/2002
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
615
Description
In data table, if this data file's delimiter is tab and you click update
button, the all data will go to first column. For example:
Before update:
col1 col2
1 2
3 4
updated:
col1 col2
1#x092
3#x094
Updated by Dan Higgins about 22 years ago
bug in writeObjects method of PersistentVector fixed to convert delimiters in
hex format to proper format for data files (e.g. '#x09' converted to '\t')
Actions