Xml file to fill in Project Parameters

Trying to use a .xml file to fill out project parameters. Any help is appreciated

image

image

Can you show us the input?

Input is just File Path node

If you look at the XML input it’s asking for a string value. That’s the string data of the XML file, not the filepath. You need to read the data from the file to a string then deserialize the string data.

I used FileSystem.ReadText to read and get to string form

What does the error say? Same as before? You may have a formatting issue.

yes same issue
image

Probably a formatting error then. The node can’t convert a value.

I was able to get the data this way using Elements Tree

Bakery package, but using Bakery I found alot of issues with it’s customs nodes not working and unresolved issues