Format of XML files in Application extract zip file
Does anyone know if it is possible to format the XML files that are created by the application extract. In particular I want to format the Metadata extract so that there is a single line for the member definition. I want to run a compare process to check what differences there are between 2 files. I want the member name included in the difference line rather than (for example) the currency has changed without any indication of the member. So this
<member name...><properties><property name...>
instead of:
<member name...>
<properties>
<property name...>
Thanks
