Combine/join ODBs after several remeshing procedures in ABAQUS Standard

Hello everyone!

I wrote a script that remeshes my simulation model when the mesh gets to distorted by creating a new model out of the old one and making a new mesh, but the problem is:

I get multiple .odbs, but i want to evaluate the whole process, so i want to combine them to one .odb! I already tried to join them via abaqus restartjoin, but the models of the odbs are not identical, since i create a new model everytime so i don't have to simulate from the beginning, so restartjoin will throw an error here. The combine odb plugin thats provided doesn't work as well, because the steps of each odb occupy the same "timeframe", altough they are technically subsequent to each other. I would write a python script to join them, but i have no idea where to start. Has somebody an idea how i can solve this?