The output that I want looks like this:
variable 1 = node values on first family element (Julie, Monty, Clark, Isabel)
variable 2 = node values on second family (JClarice, Robert, Jesse, Marie)
variable 3 = node values on third family (Juliana, Bart, Margie, Mario)
and so on and so forth since the number of family element per xml file might vary (more or less)
Hello. To be honest, it made me confused and I think it’s different in a sense. If possible, I would like a detailed explanation on how can I accomplish my issue. Thank you for the shared post though.
Hello. To be honest, it made me confused and I think it’s different in a sense. If possible, I would like a detailed explanation on how can I accomplish my issue/blocker. Thank you for the shared post though.
I think first need to convert xml file into data table with 4 columns(Mother,father,brothers,sister) then u can assign each row as an array to an array_variable…
Actually, I use Deserialize XML activity on this one. In this case also, I want to add an identifier/ID for each family element that will be assigned so I don’t think array variable is the solution here.