DSET metadata extract

Greetings,

Is there is a way to read DSET files metadata without loading them ?
I would need to extract the column names, the number of rows, the creation date…

Regards

Hi Christophe,

there is no out of the box method to read DSET metadata. I can only suggest modifying our open-source .NET library for reading DSET files: https://github.com/easymorph/dset, so that it returns metadata instead of dataset.

If you can do it with a pull request that would be even better :slight_smile: