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
Actions