Skip to content
Advertisement

Tag: xlm

Edit XML file with python

I have an XML file autogenerated with Informatica BDM, it´s very complex for me to edit values I made several attempts with xml.etree.ElementTree but I do not get results. This is an extract from the file: My idea would be to be able to change the parameters, for example: <parameter name=”P_s_spark_executor_memory”>8G</parameter> to <parameter name=”P_s_spark_executor_memory”>16G</parameter> I can only access the values,

Advertisement