Reports
Reports is the shared files hub in the main nav. It collects two kinds of downloadable data: managed reports, which you define and upload files against, and read-only exports, which rules write. It also holds a converter for cleaning up messy source files.
The reports grid

Each card is one report. Managed reports carry edit-schema and delete actions. Rule-generated reports carry a lock and the note Rule-generated — read-only; a rule's Write CSV export action produces them (see Rules). The dashed New Report card creates a managed report. Convert a file at the top right opens the converter.
Managed reports require the reports permission. Rule exports require the rules permission.
Managed reports: schema, uploads, runs
A managed report is a defined table that operators upload files into:
- Schema: the name, description, and column list (name, type, required, and optional require-one-of groups). The schema also sets the load mode: Append stacks each upload; Replace replaces all existing data.
- Upload: the report detail walks you through a CSV or Excel upload, validated against the schema column by column before any data lands.
- Files: every uploaded file is listed with download and delete actions.
- Run: when the report is linked to a processing notebook, a run panel appears with the run history and a Run notebook now button.
Changing a schema that already has uploaded files permanently deletes those files. The editor warns you and asks for explicit confirmation first.
Converting a file
Convert a file turns a raw vendor export (Excel or CSV) into a clean, uniform CSV with normalized headers, ISO dates, and de-typed values:

Pick the source format, drop the file (up to 20 MB), and click Convert & download. The cleaned CSV downloads immediately. The right panel previews the output columns for the chosen format. The result line reports the row count and any dates that could not be parsed.
Format names describe the source system's shape (for example, SAP export, MicroStrategy export, Columnar spreadsheet). Pick the one that matches the file you received.