🧭 Overview

Every CSV must follow a clear structure to integrate successfully into your workspace.

This article explains the minimum required columns, schema setup, and formatting rules for smooth imports.


📊 Required File Structure (Minimum)

Column Description
Date Time period in consistent format (e.g., YYYY-MM-DD)
Measure Numeric field (e.g., amount, quantity, count)
Dimension/Key Identifier used to categorize or link data

Optional: additional dimensions like Account Group, Subgroup, or Company.

Example Format:

date | measure | dimension_key
2024-01-01 | 5000 | account_001
2024-02-01 | 3200 | account_002


⚙️ Schema Configuration Tips


🧭 What You’ll See in the UI

Tab Purpose
Overview Preview of parsed data rows
History Upload logs and file versions
Settings Schema alignment and column type configuration

Key Takeaways