-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add tutorial/docs: write structure-specific SDMX-ML #93
Comments
There is, but it's not very obvious, sorry. In short:
Other thoughts:
|
Many thanks @khaeru, this is perfect. I have just a minor question related to your answer : changing I wasn't able to find any documentation on that, but I am sure it is feasible with your library. Could you please give me some advice ? Thank you so much. |
Without a specimen or example code, it's really not clear what precisely you're trying to do, and what result you're getting instead. A wild guess: taking this example https://github.com/khaeru/sdmx-test-data/blob/f040d18abbcf6b40b1640e510fbea0f91aa22d60/ECB_EXR/ng-xs-ss.xml#L14-L20 —what you are saying is that some dimension, e.g. CURRENCY_DENOM, is being written as part of the individual If so, note the writer code follows the structure of the data, e.g.
I hope that helps to investigate the data structures you are writing out. |
Thank you again for your precious help @khaeru. The example perfectly matches with what I would like to have in my final SDMX-ML file. I followed this tutorial which, however, does not present the <Series ...> elements. How can I adapt this tutorial to add the <Series...> element in the final xml file? I would guess I have to specify the Can you give some examples for the following arguments in
Thank you again very much. |
As you note, this is a substantial expansion of the docs, i.e. a whole new tutorial. I think that would be a nice enhancement to have, but do not have time to do it at this moment. I also cannot write your code for you. What I would suggest you do is:
|
Many thanks @khaeru for your time. |
Let's keep the issue open as a TODO item for the eventual new tutorial. |
If this may help someone, I found here a sample code to build SeriesKey / Observation edited by @brockfanning. |
Hi,
I would like to know if there is a method to write a Structure Specific Data SDMX-ML 2.1 with sdmx package.
It looks like that the to_xml function writes in generic by default. Is there a way to specify the "structure specific data" parameter ?
Many thanks
The text was updated successfully, but these errors were encountered: