Headings does not correspond to cell data in csv2html
I have a csv file which i converted to html using the command
csv2html users.csv -NT true
When I open the html file in browser, the headings and cell values do not correspond. The first line in the input is expected to be a row containing a list of column names by default, but this seems to be off by 1 cell. ie the initial column heading is shifted by 1 cell
See attached csv file, the output and screenshot
|
76 KB
![]() |
1 KB
![]() |
383 B
Issue #7901 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 12.0.4-1 |
No time estimate |
The generated HTML row/column tags for headers are incorrect. Fixed, SVN trunk/r30009.