Actions
Bug #2775
closedDataManager cuts last row off data_table
Start date:
02/13/2007
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2775
Description
Had a problem putting this data into a database:
http://data.piscoweb.org/catalog/metacat?action=read&docid=cburt.5.2&qformat=pisco
It looks like the last row,
(2006-02-01,3,10,"test fixtures are fun")
is getting cut off.
I haven't tested a dataset without a header file. I suspect either the header is being counted against it in a loop or there is a < where a <= would be more appropriate.
Actions