How to load the CSV DataTable dynamically?

Well that was in my .cpp file. You’ll need to extract the relevant bits for your use. It’s just an example of how I made a new table, set up the RowStruct that defines a row, in the csv and parsed each line into an instance of that struct and added them to the datatable. Your code will of course have to use your own structure based on your data, but the framework should be the same.