Skip to content

Support for partialDate and similars #36

@stefanverbeeck

Description

@stefanverbeeck

Hi,

I'm working on an implementation to convert SDTM datasets to CDISC JSON.

In trying to complete the "columns" property, I noticed that the documentation does not provide context on how exactly the datatypes from ODM should be mapped to those from JSON.

The relevant part from the doc simply lists the supported types.
(found at https://github.com/cdisc-org/DataExchange-DatasetJson/blob/master/doc/dataset-json1-1.md#column-metadata)

I can logically assign most normal datatypes like "text" is "string" etc.
But some datatypes from ODM like "partialDate" or "intervalDatetime" are not mentioned.

Somewhat related;
I noticed that in the example ae.json - AESTDTC is as type "date" whilst in lb.json - LBDTC is type "string" (but without length property).
Not sure what to use now for dates.

Can this be clarified how dates, partialdates and related items are to be displayed in the JSON?

Thanks in advance,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions