Crate sdmx_csv

Source

Structs§

DataOptions
Options to configure an SDMX-CSV Data Message. These options may also be given from an HTTP Accept header.
DataRecord
A CSV record for an SDMX-CSV Data Message.
InternedHeaders
An object for efficiently storing dynamic column names with indices.
MetadataOptions
Options to configure an SDMX-CSV Metadata Message. These options may also be given from an HTTP Accept header.
MetadataRecord
A CSV record for an SDMX-CSV Metadata Message.
StructureId
A unique identifier for an SDMX artefact.
StructureName
A unique identifier and localized name for an SDMX artefact.

Enums§

Action
An action which describes how or why the data is being transmitted from the sender’s side.
Keys
Configures whether additional key-related columns may appear (no extra, an observation key, a series key, or both).
Labels
Configures if a label contains an ID, a localized name, or both (in the format of <id>: <localized name>).
Structure
The type of structure for the given CSV record.
TimeFormat
Configures if a time format should be stored as originally recorded, or as a normalized ISO 8601 format.