I have a transformation that posts XML to a web service and then records the XML result in a field. I feed that field into the XML input stream. The XML input stream needs one row per element but I don't want to do the HTTP post 50 times each time. How can I get the input stream to add as many rows as it needs to process the XML in the result from the HTTP post?
#Kettle#PentahoDataIntegrationPDI#Pentaho