Can you help me figure out how to convert an XML file to a string file? One important application is to use the string file in an LLM Prompter node because this node doesn’t recognize XML columns. There isn’t a dedicated node for this task.
Using the JSON to Table converts the content to many columns. And the LLM Prompter only accepts one column. I also see that some information that could be helpful contained in the XML/JSON tags is lost when converting to a table.
However, I appreciate your contribution and will take it into account.
I tested your solution, and it’s giving me a similar result to solution 2 in the workflow I shared. The “good” result of both solutions is that the LLM interprets the string correctly.