Parexel / stream-dataset-json

Stream read Dataset-JSON
MIT License
3 stars 0 forks source link

Add function/method to read metadata #3

Open DmitryMK opened 2 years ago

DmitryMK commented 2 years ago

Add function/method to read metadata

mbringas commented 2 years ago

This is the global structure of the ADSL example provided

ADSLglobal

Inside "items" we'll get the details on columns or variables

ADSLVariables

And the records will be inside "itemData"

ADSLRecords

So the stream reading should probably be on this last nested item. Is there a way to access this only region of the JSON file without loading it all into memory?

CimimUxMaio commented 2 years ago

We are missing studyOID and metadataVersionOID which are both on the "clinicalData" and "referenceData" level.