I need to export selected ecom product groups to an xml file so that it can be downloadet and imported in an internet portal.
Maybe only selected fields and fieldnames should maybe be changed to other names in the export file.
Only active products should be included in the export.
It should run daily, overwriting the previus file.
Can this be done using dataintegration and how to set it up?
Format:
<?xml version="1.0" encoding="UTF-8"?> <annoncer> <annonce> <feltnavn1>Oplysning1</feltnavn1> <feltnavn2>Oplysning2</feltnavn2> </annonce> <annonce> <feltnavn1>Oplysning1</feltnavn1> <feltnavn2>Oplysning2</feltnavn2> </annonce> </annoncer>