Overview
Meridian is Pulse’s built-in table-to-Excel conversion engine. After extracting a document, any tables detected by Pulse can be exported as a formatted.xlsx workbook — ready for downstream analysis, reporting, or integration.
When to Use
- Financial data — export income statements, balance sheets, or transaction tables to Excel
- Invoices — convert line item tables to spreadsheets for accounting systems
- Research data — pull experimental results or survey tables into a workable format
- Any document with tables — if Pulse detects tables in the extraction, you can export them
How to Use in the Playground
Upload and extract your document using any pipeline — Extract, Extract → Schema, or Extract → Split → Schema.
Click the Export button (spreadsheet icon) in the extraction results toolbar. This opens the Meridian export flow.
Export Modes
| Mode | Description |
|---|---|
| Separate | One .xlsx file per document. Each table gets its own sheet within the workbook. |
| Combined | All tables from all documents merged into a single .xlsx file. Each table gets its own sheet. |
| Appended | Tables are added to an existing .xlsx workbook you upload. You can append to an existing sheet (vertically or horizontally) or create new sheets. |
Appending to Existing Workbooks
The Appended mode is uniquely powerful — upload an existing Excel file and Meridian will add the newly extracted tables to it:- Vertical append — new rows added below existing data in a target sheet
- Horizontal append — new columns added to the right of existing data
- New tab — each table becomes a new sheet in the existing workbook
- Include unmatched columns — add columns from the new table that don’t exist in the target
- Add identifier column — insert a column to tag rows by their source document
API Usage
The Meridian conversion is available via the/meridian-convert endpoint:
- Python
- curl
Response
presigned_url is valid for 7 days and can be used to download the file directly.
