Can untxt. export invoice data as CSV, JSON, or TXT?
TL;DR
Yes. untxt. can prepare extracted invoice data as structured CSV, JSON, or TXT output for review and downstream workflows.
01
What it means
CSV works well for spreadsheet-style review, JSON works well for integrations and agent workflows, and TXT can be useful for simple exports or audit notes. The important part is preserving field names, values, and review status.
02 · Example
An invoice becomes a structured record with vendor, invoice number, dates, totals, tax, line items, confidence flags, and review status.
03
Where review matters
Exports should not flatten away uncertainty. Low-confidence values need explicit review markers.