Using CSV time series data as a struct/data table for simulation!

Is anyone aware of a good resource on how to learn how to visualize simulation data through the use of a data table? I have time series data in the form of X,Y,Z, Roll, Pitch, Yaw, Aileron Deflection, Rudder Deflection etc. I think I have successfully imported the csv into a struct. I’ve been trying to build blueprint nodes to have the actors movement propagate through time but am struggling with data/row extraction. I think each row gets a Row Name associated with it and that is used as an index (which needs to be converted to be queried etc) but I cant seem to get all the pieces to work. I have nothing being output in the logs or the visuals. Any help would be greatly appreciated!