Hi all,
I have a XML that I need to process. Sometimes I have multiple records and sometimes I only have one. When I have multiple records all is good.
But when I only have one and try to use the item node to split into Items it goes wrong.
As it is not an array so it gives an error.
I saw I can sorta fix this by changing it to make an explicit array with the XML → JSON node.
But it transforms all values into arrays. Where I just need one level to be an array.
XML as received:
Is there any way I can configure this Node to only have a specific level made into an array?
n8n version .151