Actions
Bug #2161
closedAdd configurable missing value string to export file
Start date:
07/18/2005
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2161
Description
Some programs balk at lines with adjacent commas:
PLOT1,Acer,,,25%
So some people would like it to read:
PLOT1,ACER,null,null,null,25%
This COULD be configured (as null) in the SQLStore table, but then it would not
be configurable. Other option is to postprocess the data and parse it, replace
missing values with conifured value, then send to user.
Actions