ListMatchGenie offers four export formats. Each is optimized for a different downstream use. This page is a deep comparison so you always pick the right one.
Quick comparison
| Feature | CSV | XLSX | PPTX | |
|---|---|---|---|---|
| All rows + match columns | ✓ | ✓ | — | — |
| Multi-sheet (matches, unmatched, review, summary) | — | ✓ | — | — |
| Executive summary text | — | ✓ | ✓ | ✓ |
| Charts (score distribution, pass breakdown, pivots) | — | — | ✓ | ✓ |
| Editable in recipient's tool | ✓ | ✓ | — | ✓ |
| Small file size | ✓ | — | — | — |
| Best for re-importing elsewhere | ✓ | ✓ | — | — |
| Best for sharing with stakeholders | — | maybe | ✓ | ✓ |
CSV
Plain-text comma-separated values. Single file. UTF-8 with BOM so Excel and Google Sheets open it correctly.
What's in it
Every source row. For each row:
- Your original columns (unchanged)
- Matched master columns (empty if unmatched)
_lmg_metadata columns
Best for
- Re-importing into your CRM, warehouse, or downstream tool
- Scripted processing (pandas, R, SQL load)
- Large outputs (CSV handles millions of rows; XLSX chokes)
- Command-line workflows
Gotchas
- Column order is guaranteed; cell formatting is not (numbers vs strings is left to the reader).
- Opens in Excel with the apostrophe-prefix formula escapes visible only if you inspect cells. Normal viewing is clean.
- Date columns export as ISO 8601 strings. If your downstream tool expects
MM/DD/YYYY, convert.
XLSX
Excel 2007+ format. Multi-sheet workbook.
What's in it
A workbook with sheets:
- Results — all rows with match columns (same as CSV)
- Matches — filtered to
_lmg_match_status = match - Review — filtered to review cases, with side-by-side source/master layout
- Unmatched — filtered to unmatched rows
- Summary — stat cards, Genie's Take, pass breakdown text
- Cleanse log — cleansing report content
Best for
- Sharing with non-technical stakeholders who want the story in one file
- Manual review workflows where seeing classifications side-by-side helps
- Anything you'd otherwise build in Excel anyway
Gotchas
- File size grows quickly — a 500k-row XLSX is large and slow to open.
- Multi-sheet means the recipient has to know which sheet to look at. Always include a "start here" note in the summary sheet.
- Older Excel (<2007) can't open — use CSV if that's a concern.
PDF report
Formatted analytical report with executive summary, charts, and narrative. Pro+ only.
What's in it
- Executive summary (1-2 page narrative)
- Summary stats (4 cards)
- Match method breakdown (chart)
- Score distribution (chart)
- Per-dimension pivots (tables with data quality colors)
- Data quality narrative
- Key findings (3-5 bullets)
- Sample rows (truncated for brevity)
- Appendix with metadata (match profile, threshold, run time)
Best for
- Email attachments to stakeholders
- Archival ("here's what the data looked like on March 3, 2026")
- Embedding in proposals or review decks as an artifact
- Situations where you want to communicate the analysis, not the raw data
Gotchas
- Not editable. If you want to tweak the wording, use PPTX.
- Fixed layout — doesn't reflow on very small screens (it's designed for 8.5×11 or A4 viewing).
- Generated once and cached — re-generating after changes requires explicit re-generation.
PPTX presentation
Editable PowerPoint-compatible slide deck. Business tier only.
What's in it
Typical structure (about 10 slides):
- Title slide (match label, date)
- Executive summary
- Headline stat cards
- Match method breakdown
- Score distribution
- Top pivot (e.g. by state)
- Secondary pivot (e.g. by industry)
- Key findings
- Recommended actions
- Next steps
Best for
- Sales/account management review meetings
- Monthly or quarterly reporting decks you'll embed this in
- Anywhere you want the content but with your own company's template applied
Gotchas
- Opens in PowerPoint, Keynote, Google Slides, and LibreOffice Impress — all with minor formatting differences.
- Charts are embedded as images, not as editable PowerPoint chart objects. Can't change chart colors without re-exporting.
Audit columns (opt-in)
All four formats support audit columns — per-field score breakdowns (_lmg_score_first_name, _lmg_score_email, etc.). Opt in on the Export step.
Audit columns widen the output substantially. Include them only when you need them:
- Auditing a specific match decision
- Tuning a custom match profile (want to see which fields dragged scores down)
- Compliance workflows requiring per-field visibility
Formats not supported
We deliberately don't offer:
- JSON / JSONL — planned, not yet available. Use CSV and convert downstream.
- Parquet — planned, not yet available.
- SQL dump — out of scope. Many CRMs and warehouses accept CSV; that's the bridge we support.
Open a feature request if one of these matters to you.
Related reading
- lmg columns — what each metadata column contains
- CSV injection protection — formula-escape behavior
- Match wizard — Export — the UI for choosing format
