Converting COREP to XBRL-CSV
What happens to the export once it is uploaded.
Read the tutorial →Most conversion failures are export failures. Ten minutes spent on how the data leaves your systems removes more findings than an hour spent editing the file afterwards.
A source file converts cleanly when it is a plain rectangle of data. That means one table per file, a single header row, one fact per cell, and no decoration.
Headers are how a mapping stays attached to your export from one period to the next. Three rules keep that link intact:
| Item | Do this | Why |
|---|---|---|
| Scale | Export in units, or state the scale explicitly and apply it to every column in the file. | A file in thousands read as units is wrong by three orders of magnitude and passes every structural check. |
| Currency | One currency per file, stated. Use ISO codes, not symbols. | Symbols are ambiguous across jurisdictions and are stripped by many exports. |
| Signs | Follow the framework instruction, not the ledger. | Sign convention is defined per template and frequently differs from accounting presentation. |
| Numbers as numbers | No thousands separators, no trailing spaces, no text-formatted numeric columns. | A numeric column stored as text fails at the data type layer, one finding per row. |
| Dates | A single unambiguous format across the whole file. | Mixed local formats are the most common silent corruption in spreadsheet exports. |
| Blanks | Leave genuinely absent values empty. Do not substitute a zero or a placeholder. | Absent and zero are different assertions, and some frameworks treat them differently. |
Export as UTF-8. Legacy encodings corrupt accented characters in counterparty and entity names, and the corruption often survives validation because the value is still a valid string. Characters that are reserved in structured formats need encoding rather than removal — stripping them silently changes a legal name.
The instinct to correct the file rather than the source is what makes each period as expensive as the last.
Primary instruments only. Each is named in full so the reference remains traceable even if a link moves.
REGREP is an independent software provider. This record explains a reporting framework in plain language and is not legal, tax or regulatory advice. Confirm scope, thresholds and submission dates with your competent authority before you file.
More on this framework, and the module that produces the filing.
What happens to the export once it is uploaded.
Read the tutorial →Triaging what the conversion finds, in the order that clears most.
Read the guide →Upload, map, validate and download a packaged report.
See the module →The free tier runs the conversion and the full validation report on your own file, so you can fix the export rather than guess at it.