Fix bug causing Fusion Table rows to get imported multiple times. Initial implementation complete.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1895 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
675714d03d
commit
ed724fd191
@ -271,9 +271,9 @@ public class GDataImporter implements UrlImporter {
|
||||
} else {
|
||||
row.cells.add(null);
|
||||
}
|
||||
project.rows.add(row);
|
||||
values = getTableRow(scanner);
|
||||
}
|
||||
project.rows.add(row);
|
||||
values = getTableRow(scanner);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user