Files
Files shows every collected or uploaded file (data batch) for your sources, and is where you upload new files for file-based sources.
Open Import βΊ Files in the app.
This page replaces the old per-source File upload and Processing details views.
Browse files
- Select a source from the sources list (or search for one).
- Review the file table for that source.
- Use search to find a file by name.
Columns typically include:
Column | Meaning |
Timestamp / Added at | When the file was collected or uploaded |
Filename | File name (and path when applicable) |
Raw rows | Rows stored from the file |
Status | Ingestion and processing state |
Processed at | When rows were turned into transactions |
Transaction count | Transactions produced (often β€ raw rows after filters) |
Error count | Rows that failed during processing |
Statuses
Common statuses include:
- Being ingested / Being processed β work in progress
- Not processed yet β collected, waiting for transformation
- Completed β processed successfully
- Error ingesting data / Error processing data β investigate the file or mapping
- Error: invalid currency, missing exchange rate, or no valid period β fix currencies, rates, or financial periods, then reprocess
- Deleted, To be deleted, Archived, Permanent β retention and cleanup states
Upload a file
- Select the target source.
- Choose Upload file.
- Drag a file into the dropzone or browse from your computer.
- Confirm Upload file.
Notes:
- Upload one file at a time (you can replace the selection before submitting).
- The file is processed for the selected source β match the sourceβs delimiter / header settings.
- Large files may need SFTP or another integration method instead of the browser upload. See
Data integration.
File actions
From a file row you can typically:
- View raw data β open rows in
Raw Data Explorer
- View transformed data / View file transformation β inspect results after processing
- Test mapping β apply the current mapping to this fileβs data (useful while editing mapping)
Tips
- Collection and processing are separate: a completed upload can still show Not processed yet until the transformation schedule (or a manual reprocess) runs.
- After mapping changes, reprocess relevant files so transactions reflect the new rules.
- For connector sources, files often appear automatically on the collection schedule defined on the
Sources.