ericmckean / google-refine

Automatically exported from code.google.com/p/google-refine
Other
0 stars 0 forks source link

XML importer ignores record limit #474

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Specifying a limit for the number of records to be imported has no effect.  
From looking at the code, it appears that when it did work, it might have been 
counting rows instead of records.

This may affect the JSON importer too if the issue is in one of the Tree 
importer superclasses.

Original issue reported on code.google.com by tfmorris on 29 Oct 2011 at 10:11

GoogleCodeExporter commented 9 years ago
Fixed in r2359.

Original comment by tfmorris on 5 Nov 2011 at 4:40

GoogleCodeExporter commented 9 years ago
Working correctly now, even with nested records, it handles them.  Thanks Tom!

Original comment by thadguidry on 5 Nov 2011 at 5:23