I am very new to programming and was tasked with creating a program capable of taking a HDF5 file and converting it into a CSV file. I have looked around and found multiple blocks of code (Convert DataTable to CSV stream) (c# datatable to csv) (HDF5 Example code) , but I am at a loss for exactly how to go about this. My knowledge includes basic functions, loops, arrays, and a fairly good understanding of complex math (multivariable calc, basic diff-eq, basic matrix operations). I just have 0 idea about built in functionality. Please Help. All explanations are welcome!
PS. I did in fact do research and understand the difference between ASCII and binary as well as HDF5 and CSV files.