Hi, Anyone have a quick, clever way of dealing w/ paged XML for DataImportHandler? I have metadata like this:
<paging> <pageNumber>1</pageNumber> <totalPages>3</totalPages> <count>15</count> </paging> I unfortunately can not get all the data in one shot so I need to maybe a number of requests obtained from the paging meta, but can't figure out if this is dynamically possible w/ the current DIH setup. Any tips? Thanks. - Jon