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
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: GitHub - easymorph/dset: Open Portable Binary Container data format, so that it returns metadata instead of dataset.
If you can do it with a pull request that would be even better ![]()