Skip to content

Commit

Permalink
reading columns in for each row
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Nov 20, 2012
1 parent 2951252 commit 9313861
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -101,6 +101,7 @@ protected Object readNext() {

if ("row".equalsIgnoreCase(name)) {
data = new CsvData();
table.removeAllColumns();
data.setDataEventType(DataEventType.INSERT);
} else if ("field".equalsIgnoreCase(name)) {
for (int i = 0; i < parser.getAttributeCount(); i++) {
Expand Down

0 comments on commit 9313861

Please sign in to comment.