1. Product Catalog Export
E-commerce ManagerBackground
The manager maintains a product list in Excel and needs to update the website's XML product feed.
Problem
The website requires a specific XML structure that doesn't match the raw spreadsheet layout.
How to use
Upload the product list, set the root element to 'catalog' and row element to 'product', then enable header detection.
rootElement: 'catalog', rowElement: 'product', hasHeader: trueOutcome
A clean XML file where each product row is wrapped in <product> tags, ready for the website import.