sdmx-twg / sdmx-csv

This repository is used for maintaining the SDMX-CSV message specifications.
12 stars 6 forks source link

SDMX 3.0: implement "feature 003 Microdata exchange" for SDMX-CSV messages #11

Closed dosse closed 2 years ago

dosse commented 3 years ago

https://metadatatechnology.com/sdmx3/designs/003/approved/Microdata%20support%20in%20SDMX%203.0%20v1.1.1.docx

dosse commented 3 years ago

In order to support the new requirement, it is proposed to:

structure message changes: No impact. SDMX-CSV doesn't support structure messages yet.

data message changes (only StructureSpecificData message):

with multiple values and multiple languages:

DATAFLOW[;],DIM1,DIM2,DIM3,MEAS1,MEAS2[en;fr],ATTR1,ATTR2,ATTR3,ATTR4[en;fr]
ESTAT:NA_MAIN(1.6),A,B,C,111,"en:en-222;fr:fr-333";"en:en-444;fr:fr-555",AA,BB,CC,"en:en-DD;fr:""fr-EE ;-)"""

Notes:

New Extensions:

dosse commented 2 years ago

Released