1. Converting Product Catalog
E-commerce ManagerBackground
The supplier provided a large product catalog in XML format, but the inventory system only accepts CSV uploads.
Problem
The XML contains nested category tags and attributes that need to be flattened into a single row per product.
How to use
Paste the XML content, enable 'Flatten Attributes to Columns', and set 'Nested Element Handling' to 'Flatten'.
delimiter: ',', includeHeaders: true, nestedHandling: 'flatten', flattenAttributes: trueOutcome
A clean CSV file where every product attribute is a distinct column, ready for immediate import into the inventory system.