CSV display with XDMF

Hi,

I have a collection of timeseries data in an XDMF format which I am plotting in paraview. In addition, I have some post processed data (1d stress-strain curve) in a csv file that I’d also like to display. I have one every there for each time step in the xdmf file.

I read that to properly do the timesteping, you need a new csv file for each step, which contains the data to display on the step. If my time steps in the xdmf are 0, 0.05, …, 10, what do the file names of the csv (stress_strain.[?].csv) need to be so that each time step displays from the appropriate csv file?

Thank you