Revision 5067
Added by ben leinfelder about 15 years ago
lib/style/skins/first/download.jsp | ||
---|---|---|
451 | 451 |
pivotCols.add("studentid"); |
452 | 452 |
pivotCols.add("score"); |
453 | 453 |
pivotCols.add("response"); |
454 |
pivotCols.add("responsefile"); |
|
454 | 455 |
List transposedTable = transpose(rs, observation, pivot, pivotCols, true); |
455 | 456 |
csv.writeAll(transposedTable); |
456 | 457 |
} else { |
Also available in: Unified diff
add "responsefile" column as data in the transpose
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4412