-
Notifications
You must be signed in to change notification settings - Fork 3
Description
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,