Rename xml nodes
HI,
I'm exporting all classified ads through the native
WP exporter but have the following problem.
Many very important fields such as item price, city, state, ad duration, etc are all exported under nodes with the same name:
<
wpostmeta>
<
wp:meta_key><![CDATA[cp_state]]></
wp:meta_key>
<
wp:meta_value><![CDATA[Μαγνησίας]]></
wp:meta_value>
</
wpostmeta>
<
wpostmeta>
<
wp:meta_key><![CDATA[cp_price]]></
wp:meta_key>
<
wp:meta_value><![CDATA[6]]></
wp:meta_value>
</
wpostmeta>
Is there a way to either rename these fields before the export so that they will carry the right node name or to map them to a custom node value during export?
As they are, unfortunately, they are unusable...
Thank you in advance.
Dennis