Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDMX DSD parsing - only codelists within DSD #358

Open
brockfanning opened this issue Oct 8, 2024 · 0 comments
Open

SDMX DSD parsing - only codelists within DSD #358

brockfanning opened this issue Oct 8, 2024 · 0 comments
Labels
input Input from a format

Comments

@brockfanning
Copy link
Contributor

Right now when SDMX DSD files are parsed for codelists, they are being pulled from the entire SDMX message. However sometimes DSDs are contained within SDMX messages that have other codelists. So, the xpath query that targets the codelists needs to be more specific so that it only gets things inside the DSD.

It is also possible that SDMX messages may contain multiple DSDs. But, we do not need to support this. We should just throw an exception when this is the case. The user will need to correct this.

@brockfanning brockfanning added the input Input from a format label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
input Input from a format
Projects
None yet
Development

No branches or pull requests

1 participant