DATEV EXTF Format
DATEV is the dominant accounting software ecosystem in Germany, used by over 40,000 tax advisory firms and their clients. docs101 exports your invoice data in the EXTF format (Extended Text Format), which DATEV applications can import directly.
What is DATEV?
DATEV eG is a German cooperative that provides software and IT services for tax advisors, auditors, and their clients. Most German tax advisors use DATEV to manage their clients' bookkeeping. By exporting from docs101 in DATEV's native format, you eliminate manual data entry and reduce errors.
The EXTF Format
EXTF is DATEV's CSV-based exchange format. Key characteristics:
| Property | Value |
|---|---|
| Encoding | Windows-1252 (CP1252) |
| Delimiter | Semicolon (;) |
| Line Ending | CR/LF (\r\n) |
| Text Qualifier | Double quotes (") |
| Version | 700 |
An EXTF file has three parts:
- Header Line (line 1) — Metadata: format version, category, consultant/client numbers, fiscal year, date range
- Column Headers (line 2) — Field names for the data rows
- Data Rows (line 3+) — One row per booking or debtor record
Booking Batch (Category 21)
The booking batch contains your invoice transactions. Each VAT line of an invoice becomes one booking row with 120 fields, including:
- Amount (field 1) — Always positive, with comma as decimal separator (e.g.,
119,00) - Debit/Credit (field 2) —
S(Soll/debit) for regular invoices,H(Haben/credit) for credit notes - Account (field 7) — Revenue account from your SKR mapping
- Counter-Account (field 8) — Customer's debtor number
- BU Key (field 9) — Tax classification code (e.g.,
9for 19% VAT) - Document Date (field 10) — In DDMM format (e.g.,
1501for January 15) - Document Number (field 11) — Your invoice number
Debtor Master Data (Category 16)
The debtor master data file contains your customer records with 243 fields, including name, address, VAT ID, and debtor account number.
Chart of Accounts (SKR)
Germany uses standardized charts of accounts. docs101 supports:
- SKR03 — Process-oriented, most common for SMBs
- SKR04 — Function-oriented, common for larger companies
Each chart defines different revenue account numbers. For example, standard-rate revenue is account 8400 in SKR03 but 4400 in SKR04.
Document Archive
In addition to the CSV files, a DATEV export can include a document archive with:
- Invoice PDFs as document images
- A
document.xmlfile with metadata (invoice number, date) that links PDFs to bookings
Year-Boundary Splitting
DATEV requires all bookings in one file to belong to the same fiscal year. When your export date range spans multiple calendar years, docs101 automatically splits the export into separate ZIP files — one per year.
Year-boundary splitting happens automatically. You'll see multiple download links when an export is split.
Further Reading
- DATEV Export Guide — Step-by-step setup and export instructions
- DATEV Account Mapping — Configure revenue accounts and BU keys