xml – 统计数据和元数据交换(SDMX)

前端之家收集整理的这篇文章主要介绍了xml – 统计数据和元数据交换(SDMX)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
@H_502_3@
我坚持自己在 SDMX,因为我找不到足够的资源来学习(编程代码)SDMX.

喜欢:-

Creating structure
 Reading Structure
 Writing data .. etc

是的,它的personal website有一些准则,但这些还不足以开始搭乘sdmx.
所以,如果您有任何经验,请向我所有朋友提出我的个人要求,请分享.

任何帮助将不胜感激

解决方法

以下是关于该主题的一些链接

> https://sdmx.org/(官方网页)
> https://sdmx.org/?page_id=2555(学习)
> https://sdmx.org/?page_id=4500(工具)
> http://www.metadatatechnology.com/sdmx.php#data-format(教程)
> https://www.oecd.org/statistics/data-collection/How%20to%20report%20FDI%20data%20to%20the%20OECD%20using%20SDMX.pdf
> https://sdmx.org/wp-content/uploads/sdmx-json-data-message.pdf
> https://github.com/sdmx-twg/sdmx-json
> https://github.com/sdmx-twg/sdmx-json/wiki

快速json格式概述(xml类似):

{   
         "header": { ... },Header is for technical information: prepared,sender,...

         "errors": { ... },Errors is for error messages.

         "structure": { ... },Structure contains Metadata: dimensions and attributes.

         "dataSets": [ ... ]
         DataSets contains the actual data.
 }

注意:为了记录它,我还创建了sdmx stackoverflow标记.

@H_502_3@

猜你在找的XML相关文章