Convert ZUGFeRD to CSV
The same extraction as the Excel page, flattened for systems that only speak CSV. The embedded XML is read out of the PDF and written as plain rows.
Drop an invoice here
What do you want to do with your invoice?
Nothing is downloaded yet.
View on screen
Export to:
Seller and buyer
Line items
| # | Description | Qty | Unit | Unit price | VAT % | Net amount |
|---|
Tax breakdown and totals
| Category | Rate | Taxable base | VAT amount |
|---|
Payment and references
Remittance items
| # | Qualifier | Reference | Amount | Paid |
|---|
EDI segments
| Segment | Element | Value |
|---|
What flattening a hybrid invoice means
A ZUGFeRD invoice is a tree: one header, many lines, several tax rates. CSV is a rectangle. The compromise is one row per line item with the header repeated, which is what import masks expect. The VAT rate sits on the line it belongs to, not in a summary block the rectangle has no room for.