Open achronis opened 6 months ago
You are looking at the structure part of data messages. If you have multiple values for an attribute or measure, the values would go into the dataset part. In the structure part, coded values are referenced by id
, so they do not use value(s)
there.
You also cannot use a component value to, say, create a set of codes from a codelist that is then referenced by an index. You have to reference the codes individually in the dataset.
Hi,
In SDMX-JSON 2.0.0 data field guide here and here seem to give the impression that array values are supported only on uncoded data attributes/measures.
Specifically
component.format
( see )in SDMX-JSON data but in SDMX-JSON structure is under component directly seecomponent.values.values
is only for un-coded attributes/measures