Parsebay team · 4 min read · Mar 12, 2026
Receipts have two kinds of data: the receipt itself (vendor, date, total) and the line items on it. Squashing both into one row was always a compromise.
With multi-tab output, choose New tabs when extracting: receipt-level fields land in a Meta tab, line items land in an Items tab, and every item row carries the ID of its parent receipt.
That structure means pivot tables work immediately — spend by category, by vendor, by month — without any manual reshaping.
Excel downloads keep each tab as a worksheet. JSON exports can nest items under their parent. Prefer everything flat? The classic Current sheet mode (one row per document) is unchanged.
Questions? Write to us — we answer every message.