I have an XML string from an xml node which I know is the right XML I'm looking for.
I'd now like to write this to a file.
I've seen a "File Out" node mentioned but I don't seem to be able to see it anywhere within my Node-Red panel - which is strange...
What I've Tried so Far
I've tried a "File" node with various different filenames, both absolute and relative paths with a combination of different settings and still can't seem to get this file to save anywhere.
What I need help with
Does anybody know if there's a reason (maybe permissions related?) that I don't have a file out node?
Can anyone describe a better method for saving this XML string to a .xml file?
I've tried with both absolute and relative path names, with and without folders and the combination of settings that should get the right result.
For example in the "Filename" field I've tried all of the following and still can't seem to get the file to be stored:
'/root/.node-red/files/file.xml' <- What I presumed the path would be?
'./root/.node-red/files/file.xml'
'../root/.node-red/files/file.xml'
'/var/www/html/file.xml'
'./var/www/html/file.xml'
'../var/www/html/file.xml'
'file.xml'