I am currently trying to convert a Datastage job into a Python script. My goal is to have the Python script completely replace the Datastage job so it can be retired. I have the XML files of the job but I am having a tough time trying to understand the structure in order to emulate the process in Python. Any tips on this would be greatly appreciated!
I have tried writing the XML information to the python script but I have struggled with this process.