I am using the lunchbox DataSets.GetXMLNode node to read an xml file. But this node doesnt give null values resulting in different lists size.
Hi, you can import your XML file to Excel, I made a test, removing some random fields, and it works:
You can find some instructions to import XML file here:
thanks, that works.
Please mark the post as solved.
Is there another way than making an excel file from it and than read it in dynamo?
this is the deselialized xml. I need to update ie parameter “functie” of an element with typename "599100000314801 with the value “woonfunctie”
so first i used:
this is what i made till now and is working, but seems quit uggly code: