CSV Export
ConceptsCSV export is outputting data in comma-separated values (CSV) format, typically one row per record and columns for each field. In DocLD, extraction results ( structured data per document) can be exported to CSV for use in spreadsheets, reporting, or ETL. Table extraction output can also be exported as CSV when the content is tabular.
Use Cases
- Batch extraction — Export all extracted records from a batch job to a single CSV.
- Ground truth — Export labeled or corrected data for ground truth or training.
- Integration — Feed CSV into BI tools, databases, or other systems.
Field mapping (which schema fields become columns) and formatting (dates, numbers, escaping) are part of CSV export. The API or dashboard may offer export options for extraction results.
Related Concepts
CSV export consumes structured data from extraction or table extraction. Schema and field mapping define the columns.