Hi,
I want to download the XML data in this URL, I thought I could just use the URL as the source for the download tool but it does not quite work...
https://registers.esma.europa.eu/solr/esma_registers_upreg/select?q=%7B!join+from%3Did+to%3D_root_%7Dae_entityTypeCode%3AMIS&fq=(type_s%3Aparent)(entity_type%3AaeActivity)(entity_type%3AaeActivityHistory)&rows=1000&wt=xml&indent=true
Cheers
Hey @craigja
You need to untick the following:
The standard response is JSON but if you did want xml you can use this URL:
Hi @craigja , you'll get the output you have unless you untick the 'Encode URL Text' option like @LordNeilLord mentioned. See attached workflow...
Hi @craigja , you’re right you just need the Download and JSON Parse tools, the others just make it easier to see what you’ve downloaded, so you can remove them
That never worked for me, still just seemed to download a header or something, not the full XML