Hi there,
I have a problem retrieving data that I load with Webpage Retriever node. Data has XML header but XPath does not detect data paths. As the body contains curly brackets I tried with JSON Path but also only the entire body can be handled as a path producing a list.
I tried at different stages to remove the brackets with String Manipulation node but that threw errors, so that is possibly a different story.
Hi Badger101,
many thanks for your help! I gave it a try and tested different settings for the JSON to Table node. However, data is somehow split between columns (apparently split by the node due to some character interpreted as a separator) and further processing is still blocked or complicated by curly brackets.
Is there no chance to use a XPath or JSONPath straigthforward to extract a collection of paired labels and values? The body format somehow does not allow the Path nodes to identify single objects, I can always only select the entire body as string.
My workflow ends with a manual inspection metanode, where the rows are semi-cleaned.
Upon inspection, you will see possible issues that you might want to deal with. For example, it may reveal that you would still need to perform a complete regex cleanup, deal with “null” content and other things:
Great! Output is exactly what I was looking for, with some housekeeping nodes I now have the desired data format. Amazing, what massive workflow was needed for this.
Thanks again,
brgds
Thomas