Hi, I am trying to export some CPT data in xml in a format suitable for the ingester (a property website), I can get pretty much most of the way but I have two feature requests which would allow me to do the rest.
1. Ability to add multiple values to one key, at the moment I can only choose one field OR enter in a custom fixed value, it would be great if it was tag based so i could add multiple tags or a combination of static and dynamic data, for example adding the absolute domain url before the dynamic file path \”https://mydomain.com{featured_image}\” etc
2. This might be a difficult one, the ability to loop through an array that might be part of a field to output. In this example there is an images field that holds an arrey of images from media (For showing in a property post) but I would like to output this as a list of nodes in the xml e.g.
{absolute path to image}
{absolute path to image}
{absolute path to image}
As I said this is likely a little too much to ask.
3. make the polylang language for the post available to output especially in filtering options but also in the data.
thanks for your time.
Sam