Translating a robot through a set of points

I’m looking to read from a .csv file and move a simple rigid body quadcopter model through a sequence of x,y,z translations and rotations.
How should I go about this? I would like to keep it simple and just use the python script editor if possible, but I don’t know the Isaac sim APIs to get this done.

Any help is appreciated.