How to convert CAMT XML to Transaction CSV
Before you start
Paste CAMT XML content or drop a matching file.
Accepted: .camt.xml, .xml · application/xml- Paste valid CAMT XML content, choose files, or drag them onto the drop zone.
- Confirm the detected format. Mixed-format batches are flagged before conversion.
- Select “Convert on this device.” Produces previewable Transaction CSV text and a correctly named download.
How this converter behaves
The source records are parsed into a small, typed interchange model and serialized into the destination format with explicit fidelity limits.
What happens to your data?
The conversion engine runs in this browser tab. OmniCastConverter has no upload API and never sends your content, file name, or converted result to a server.
Fidelity and limitations
This route is classified as structural. The converter preserves meaning and structure supported by both formats.
- Transactions are normalized to booked date, signed amount, currency, payee, memo, reference, and account. Balances, investments, lots, bank-specific codes, rich remittance data, and reconciliation state are not preserved.
Try a valid example
The “Use example” action in the workbench loads this exact input. Produces previewable Transaction CSV text and a correctly named download.
<?xml version="1.0"?><Document xmlns="urn:iso:std:iso:20022:tech:xsd:camt.053.001.08"><BkToCstmrStmt><Stmt><Acct><Id><IBAN>LT000000000000000000</IBAN></Id></Acct><Ntry><Amt Ccy="EUR">4.50</Amt><CdtDbtInd>DBIT</CdtDbtInd><BookgDt><Dt>2026-07-23</Dt></BookgDt><NtryRef>local-1</NtryRef><AddtlNtryInf>Private example</AddtlNtryInf></Ntry></Stmt></BkToCstmrStmt></Document>