Logo

Sample Orders CSV File β€” Free Download

A sample e-commerce orders CSV linking customers to purchases with order status, useful for testing joins against a customers table and order-status reporting.

Download the sample file

15-30 rows of realistic, synthetic data, ready to use immediately.

Download Sample CSV

Preview

order_idcustomer_iddateproducttotalstatus
ORD-2001CUST-0012026-01-05Wireless Mouse39.98Delivered
ORD-2002CUST-0042026-01-0627-inch Monitor189.00Delivered
ORD-2003CUST-0072026-01-07USB-C Hub74.97Shipped
ORD-2004CUST-0022026-01-08Mechanical Keyboard79.50Delivered
ORD-2005CUST-0102026-01-09Noise-Cancelling Headphones129.99Processing

What's in This File

  • order_id β€” Unique order identifier
  • customer_id β€” Foreign key to a customer record
  • date β€” Order date (YYYY-MM-DD)
  • product β€” Product ordered
  • quantity β€” Units ordered
  • total β€” Order total, USD
  • status β€” Order status (Processing, Shipped, Delivered, Cancelled)

Use Cases

  • Practice joining this orders file against the sample customers CSV on customer_id
  • Test filtering and counting orders by status (e.g. how many are still Processing)
  • Try building a revenue-over-time chart from the date and total columns

Frequently Asked Questions

Is this sample order data real?

No. Orders, customers, and totals are synthetic and generated for testing purposes only.

Can I use this sample CSV commercially?

Yes, it is free to download and use for any purpose, including QA and demo pipelines.

Now try it on your own data

Load this sample, or your own file, into a real tool and see the results instantly, entirely client-side.

Turn this into a saved workflow

Create a free account to save the steps from this guide as a reusable workflow and re-run it on any file, from any device.

Sign in for free