Skip to content
Novus Examples
zip3 KB

Willow Event Kitchen — Blank input table templates

Blank input table templates for Willow Event Kitchen. 18 header-only CSV templates and one setup guide. No filled sample records or executable content.

Archive contents: 19 entrieszip
  • purchases.csv
  • suppliers.csv
  • ingredients.csv
  • locations.csv
  • menu.csv
  • recipes.csv
  • sales.csv
  • inventory.csv
  • reviews.csv
  • modifiers.csv
  • sales_modifiers.csv
  • refunds.csv
  • guests.csv
  • reservations.csv
  • staff.csv
  • staffing_shifts.csv
  • inventory_movements.csv
  • menu_price_changes.csv
  • README.md

Specifications

Kit
restaurant-catering
Industry
food-service
Schema Version
1
Synthetic
true
As Of
2026-09-08
Tables
18
Data Rows
0

Testing contract

Reference control
Scenario
Use blank input table templates in the Willow Event Kitchen purchasing, price-history, menu-costing, inventory, sales, reviews, modifiers, refunds, reservations, staffing, stock-movements, menu-pricing workflow.
Expected result
18 header-only CSV templates and one setup guide. No filled sample records or executable content.

What is a .zip file?

ZIP is a widely supported archive format that bundles multiple files and directories into one container, typically with per-file DEFLATE compression and a central directory index. It supports random access to individual entries without decompressing the whole archive. It underlies many document formats such as DOCX and EPUB.

How to use this file

Use an example ZIP to test archive extraction, central-directory parsing, per-entry decompression, and protection against path-traversal (zip-slip) during unpacking.

How to use this file for testing

“Willow Event Kitchen — Blank input table templates” is a deterministic Novus Examples fixture for Data import. Realistic faker-generated datasets with documented schemas for testing import and ETL flows.

Documented properties for this file: ZIP · 3,122 bytes. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such, expect parsers to fail loudly rather than silently accept them.

This template ships filled with realistic sample content and documented fields and formulas. Download it as a starting point, or point a converter/parser at it, format twins (for example DOCX↔PDF) let you diff conversion fidelity.

Code examples

unzip -l blank-input-tables.zip     # list members
unzip blank-input-tables.zip -d out/  # extract

Generated by generation/business_fixtures.py. Free for any use, no attribution required, license.