I am getting out of my mind trying to create Dataset with type Compound, Shape = N and fields.
That's the original file which I try to recreate from my code:

That's how values look like:

But all I get always is "variable-length" scalar Compound:

I tried to check data types with dataset.Read<Dictionary<string, object>>() on "xformframes" dataset var but it crashes with "Exception: The total file selection element count does not match the total memory selection element count.".
Actually, I'm out of ideas how to archive that, the documentation has no any similar examples.
I am getting out of my mind trying to create Dataset with type Compound, Shape = N and fields.


That's the original file which I try to recreate from my code:
That's how values look like:
But all I get always is "variable-length" scalar Compound:

I tried to check data types with
dataset.Read<Dictionary<string, object>>()on "xformframes" dataset var but it crashes with "Exception: The total file selection element count does not match the total memory selection element count.".Actually, I'm out of ideas how to archive that, the documentation has no any similar examples.