File formats
PPTX (Microsoft PowerPoint)
This is the presentation layer for your PIM data. Instead of manually creating slides, Struct uses this format to automatically populate templates with product images, features, and pricing.
Primary Use: Generating sales decks or "lookbooks" instantly.
Structure: A visual-first format where data is mapped to specific "placeholders" (text boxes or image frames) on a slide.
Best for: Sales teams who need a professional, editable pitch deck without the manual design work.
XML (Extensible Markup Language)
XML is the backbone of print automation. It is a highly structured, tag-based format that is both human-readable and machine-readable.
Primary Use: Feeding data into Adobe InDesign via tools like EasyCatalog.
Structure: Uses custom tags (e.g.,
<Product_Name>) to define data hierarchy.Best for: Complex catalogs where specific data points must be mapped to exact locations in a design template.
CSV (Comma Separated Values)
The "no-frills" format. A CSV is a simple text file where each line is a data record and each field is separated by a comma.
Primary Use: Quick data dumps or bulk updates to third-party systems.
Structure: A flat, 2D table (rows and columns) with no formatting, styling, or multiple tabs.
Best for: Fast, lightweight transfers of basic product lists where complex relationships (like variants) aren't the priority.
JSON (JavaScript Object Notation)
JSON is the modern standard for web and app integration. It is lightweight and handles "nested" data (like a product that has multiple sizes, which each have multiple colors) much better than a flat table.
Primary Use: Connecting Struct PIM to modern web storefronts or mobile apps.
Structure: Uses "key-value" pairs and arrays (e.g.,
"Price": 19.99).Best for: Developers building custom digital experiences that require fast, hierarchical data retrieval.
XLSX (Microsoft Excel)
The gold standard for data management and auditing. Unlike CSV, XLSX supports multiple sheets, data validation, formulas, and formatting.
Primary Use: Exporting data for internal review, complex pricing calculations, or bulk enrichment.
Structure: A robust spreadsheet format that can handle large volumes of data while maintaining specific data types (dates, currencies, etc.).
Best for: Marketing and Product Managers who need to manipulate and "clean" data before it goes live.
Last updated