You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cube sc_table_saved("str:table:defaulttable_delufapi004") (external info page) uses time codes of the form {prefix}-YYYY-Q which are currently not parsed correctly into a date format because the parser expects {prefix}-YYYYQ.
With a proper update of the parser, the parsed column should be of type <Date>. We should assume that the client skips the "annual" values by providing certain recodes in the JSON. The parser should therefore be able to work with strings of the form
To clarify: providing a logic to skip the annual values (APIQ10-2020-5) seems a little bit too hacky to me. For time variables with a mixed yearly and quarterly values it would make more sense if the server would provide metadata to indicate a hierarchy structure.
Unfortunately, there is no way to provide this kind of metadata in the STATcube API, but for open data there is a way to define hierarchies in the classification files.
Therefore, the scope of this issue is limited to the {YYYY-Q} format.
The cube
sc_table_saved("str:table:defaulttable_delufapi004")
(external info page) uses time codes of the form{prefix}-YYYY-Q
which are currently not parsed correctly into a date format because the parser expects{prefix}-YYYYQ
.With a proper update of the parser, the
parsed
column should be of type<Date>
. We should assume that the client skips the "annual" values by providing certain recodes in the JSON. The parser should therefore be able to work with strings of the formThe text was updated successfully, but these errors were encountered: