SDMX parser

Hi all,

I’m new to Julia and trying to automate data retrieval. That’s fairly easy for JSON formats but many organisations now use SDMX-ML. I could not find a parser though (and have no idea how to write one). Has anyone tried to do so?

Thanks

Anyone? Seems like a fairly basic issue.

I know it’s many years later, but I have coded up GitHub - Baffelan/SDMXer.jl: A Julia package for querying and extracting SDMX .Stat data and structural metadata. and GitHub - Baffelan/SDMXerWizard.jl: A Julia package, built on SDMX.jl, that allows to integrate local or remote LLMs to operate on SDMX data and structural metadata. to handle SDMX data and providers in Julia. I’ll do a proper announcement shortly.