Sometime chunk is not an array, for example with such XML odd query:
select (
SELECT SalesOrderID, ModifiedDate
FROM test.SalesLT.SalesOrderDetail
WHERE SalesOrderID = 000000000000000
for xml auto, type)
items
for xml path('root')
Also passing down the error via the callback would prevent a crash if the transform encounter issue.
Sometime chunk is not an array, for example with such
XML
odd query:Also passing down the error via the callback would prevent a crash if the transform encounter issue.