Hello everyone,
i'm trying to define a flow with "http in"-node in POST-mode.
Idea is to upload a xml-file via http-POST from a different machine to node red. In node-red i want to use this file.
I've already configured the http-in with file upload and the http-request-node (200). With debug-node i can see the raw xml.
But how can i use this raw data to translate it to json for example? Everyhing else within this http-in msg is not important to me i just need the data and the file-name.
Thanks and all the best,
Bond