I have XML files that I'm combining which has employee information and their dependents. From my input tool I can make a XML Parse which says:
Field with XML Data: Request OuterXML
Specific Child Name: Dependent 1
Return Child Values is checked.
I can make this work for Dependent2, 3, 4, 5 by making separate XML Parses for the specific children, but the problem is there can be an open number of dependents (Some families in this world can be pretty huge). The only way I've been able to get the results I want is to have an XML parse for each specific child name. There doesn't appear to be a way to say "I want all fields that begin with "Dependent" followed by a number.
Auto Detect Child doesn't appear to do the trick...