I am new to python and currently working on an project where i need to download an xml file from webservice and then storing it locally on a shared drive, also i need to load the contents of this xml into a oracle db table.
I am done with downloading the url and saving it locally but i am finding it difficult to convert it into a sql file or a csv file which then can be loaded to the db.
Also i think there is an alternative way by calling the procedure to load this xml data to the table but since i do not have sufficient privileges on the db,using this local xml file is proving to be a hassle.
If anyone has a way of converting this xml file to sql or csv , please help