View Issue Details

IDProjectCategoryView StatusLast Update
0001753JEDI VCL00 JVCL Componentspublic2005-07-24 10:46
ReporteranonymousAssigned Tojfudickar 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version3.10 
Summary0001753: TJvCsvDataSet includes quotes in column names
DescriptionIf the CVS file includes quotes around the header names in the first line, these quotes are included in the name of the fields as reported at run-time. They should be stripped off, as any string data with quotes around them are in the data, so that the field names do not have quotes.
TagsNo tags attached.

Activities

tonda

2005-01-22 10:39

reporter   ~0006258

Bugfix:

in JvCsvData.pas replace in line 2340

  CsvFieldName := CsvFieldOption;

with

  CsvFieldName := StripQuotes(CsvFieldOption);

jfudickar

2005-05-17 16:46

developer   ~0007174

Changed in cvs.

Please give a short feedback if everything is right

Issue History

Date Modified Username Field Change
2004-05-11 14:25 anonymous New Issue
2005-01-22 10:25 anonymous Note Added: 0006256
2005-01-22 10:37 anonymous Note Deleted: 0006256
2005-01-22 10:39 tonda Note Added: 0006258
2005-05-17 16:46 jfudickar Note Added: 0007174
2005-05-17 16:46 jfudickar Assigned To => jfudickar
2005-05-17 16:46 jfudickar Status new => feedback
2005-07-24 10:46 jfudickar Status feedback => resolved
2005-07-24 10:46 jfudickar Resolution open => fixed