Quick guide
As a guideline:| Output | Best for |
|---|---|
| CSV / Excel | Analysis, sharing, business workflows |
| JSON | Integrations, automation |
| Markdown | Review and verification |
When to use each format
CSV / Excel
CSV / Excel
Choose when:
- You need to analyze data in spreadsheets
- Sharing with business users or stakeholders
- Importing into tools that accept tabular data
- Manual review and validation workflows
- Use CSV for maximum compatibility and automation
- Use Excel when sharing with non-technical users who prefer spreadsheets
JSON
JSON
Choose when:
- Building integrations with other systems
- Automating data pipelines
- You need to preserve nested structures (like line items)
- Working with APIs or developer tools
Markdown
Markdown
Choose when:
- Reviewing individual extraction results
- Debugging extraction issues
- Verifying that parsing worked correctly
