I have used addon Live HDF5 in LabVIEW Lhttps://sine.ni.com/nips/cds/view/p/lang/en/nid/21298L
file size or dataset length is too high 100000x100 so reading it all together in Labview is tough
so I want to how to the read-only first column of the dataset using Labview i.e read 100000x1 only and store it in an array
**My attempt:**
- I used the open h5 file
- I used simpleh5 read
- I used close h5 file
Now that h5 file has a dataset namely data, which is 1000000x100
I want to read only 1st column of data instead of all together as I am getting error of memory limit