Skip to content
Novus Examples

Datasets for import testing

Realistic faker-generated datasets with documented schemas for testing import and ETL flows.

241 of 241 files
Preview of Bank Statement (PDF)
pdf
2.6 KB
Actual file preview for Bank Statement (PDF)

Bank Statement (PDF)

A one-page monthly bank statement — account summary and a dated transaction table with running balances. Synthetic data for testing PDF statement parsers, table extraction, and OCR.

File
PDF · Financial · 1 page
Preview of HL7 v2 ADT^A01 Admission Message
hl7
434 B
Actual file preview for HL7 v2 ADT^A01 Admission Message

HL7 v2 ADT^A01 Admission Message

An HL7 v2.5 ADT^A01 patient-admission message — pipe/caret-delimited segments (MSH, EVN, PID, PV1, allergies, diagnosis). A fixture for testing healthcare integration engines and HL7 parsers. The patient is fictional.

File
HL7 · Healthcare
Preview of X12 EDI 850 Purchase Order
edi
486 B
Actual file preview for X12 EDI 850 Purchase Order

X12 EDI 850 Purchase Order

An ANSI X12 850 purchase order — ISA/GS/ST envelope with BEG, N1, and PO1 line items. A fixture for testing EDI parsers and translators. Paired with the 810 invoice for the same order.

File
EDI · Edi
Use case
Data importConversion testing· Conversion set
Preview of X12 EDI 810 Invoice
edi
436 B
Actual file preview for X12 EDI 810 Invoice

X12 EDI 810 Invoice

An ANSI X12 810 invoice that references the 850 purchase order — ISA/GS/ST envelope with BIG, IT1 line items, and a total. The invoice twin of the purchase order, for testing EDI document flows.

File
EDI · Edi
Use case
Data importConversion testing· Conversion set
Preview of Clean CSV
csv
473 B
Actual file preview for Clean CSV

Clean CSV

A clean, well-formed CSV with a header and 20 rows — the baseline case for CSV parser testing.

File
CSV · CSV · 20 rows
Preview of 10,000-Row CSV
csv
243.7 KB
Actual file preview for 10,000-Row CSV

10,000-Row CSV

A CSV with 10,000 data rows — for testing streaming parsers, memory handling, and import performance.

File
CSV · CSV · 10,000 rows
Preview of Flat JSON Array
json
828 B
Actual file preview for Flat JSON Array

Flat JSON Array

A flat JSON array of ten simple objects — the baseline case for JSON parsing and mapping.

File
JSON · JSON · 10 records
Preview of JSON Lines (JSONL)
jsonl
595 B
Actual file preview for JSON Lines (JSONL)

JSON Lines (JSONL)

A JSON Lines file with one object per line — for testing streaming/newline-delimited JSON parsers.

File
JSONL · JSON · 10 records
Preview of Sample XML
xml
344 B
Actual file preview for Sample XML

Sample XML

A well-formed XML catalogue with nested elements and attributes — for testing XML parsers and XPath queries.

File
XML · XML
Use case
Data import
Preview of Sample YAML
yaml
242 B
Actual file preview for Sample YAML

Sample YAML

A YAML configuration file with nested mappings, sequences, inline lists, and comments — for testing YAML parsers.

File
YAML · YAML
Use case
Data import
Preview of Sample SQLite Database
sqlite
12 KB
Actual file preview for Sample SQLite Database

Sample SQLite Database

A real SQLite database with two related tables — users and orders joined by a foreign key — for testing database importers and SQL tooling.

File
SQLITE · Database
Use case
Data import
Preview of Fake Users Dataset (CSV, 500 rows)
csv
48.9 KB
Actual file preview for Fake Users Dataset (CSV, 500 rows)

Fake Users Dataset (CSV, 500 rows)

A 500-row dataset of fake but realistic users (name, email, address, date of birth), generated with a fixed seed. Paired with a JSON twin.

File
CSV · Fake Datasets · 500 rows
Use case
Data importConversion testing· Conversion set
Preview of Fake Orders Dataset (CSV, 1000 rows)
csv
31.2 KB
Actual file preview for Fake Orders Dataset (CSV, 1000 rows)

Fake Orders Dataset (CSV, 1000 rows)

A 1000-row orders dataset whose user_id references the users dataset — a relational fixture for testing joins and import flows. Paired with a JSON twin.

File
CSV · Fake Datasets · 1,000 rows
Use case
Data importConversion testing· Conversion set
Preview of NDJSON Stream
ndjson
170 B
Actual file preview for NDJSON Stream

NDJSON Stream

A newline-delimited JSON (NDJSON) stream of event records — for testing streaming JSON parsers.

File
NDJSON · JSON · 4 records
Preview of E-commerce Products (CSV, 200 rows)
csv
10.9 KB
Actual file preview for E-commerce Products (CSV, 200 rows)

E-commerce Products (CSV, 200 rows)

A realistic e-commerce product catalogue (200 rows) — part of a relational dataset (products, customers, orders) with CSV, JSON, SQL, and Parquet twins for testing joins, imports, and conversion.

File
CSV · Ecommerce · 200 rows
Use case
Data importConversion testing+1· Conversion set
Preview of E-commerce Customers (CSV, 500 rows)
csv
33.1 KB
Actual file preview for E-commerce Customers (CSV, 500 rows)

E-commerce Customers (CSV, 500 rows)

A realistic e-commerce customer directory (500 rows) — part of a relational dataset (products, customers, orders) with CSV, JSON, SQL, and Parquet twins for testing joins, imports, and conversion.

File
CSV · Ecommerce · 500 rows
Use case
Data importConversion testing+1· Conversion set
Preview of E-commerce Orders (CSV, 2000 rows)
csv
77.6 KB
Actual file preview for E-commerce Orders (CSV, 2000 rows)

E-commerce Orders (CSV, 2000 rows)

A realistic e-commerce order lines (customer_id → customers, product_id → products) (2000 rows) — part of a relational dataset (products, customers, orders) with CSV, JSON, SQL, and Parquet twins for testing joins, imports, and conversion.

File
CSV · Ecommerce · 2,000 rows
Use case
Data importConversion testing+1· Conversion set
Preview of E-commerce Database Schema (SQL)
sql
12.2 KB
Actual file preview for E-commerce Database Schema (SQL)

E-commerce Database Schema (SQL)

A relational SQL schema (products, customers, orders with primary and foreign keys) plus sample INSERTs — the DDL twin of the e-commerce dataset, for testing schema import and migrations.

File
SQL · Ecommerce
Preview of Stock OHLCV — Daily Candles (CSV, 252 rows)
csv
10.5 KB
Actual file preview for Stock OHLCV — Daily Candles (CSV, 252 rows)

Stock OHLCV — Daily Candles (CSV, 252 rows)

A year of daily OHLCV stock candles (open/high/low/close/volume) as a seeded random walk — a realistic finance time-series for testing charting, indicators, and importers. JSON twin included.

File
CSV · Finance · 252 rows
Use case
Data importTime-series data+1· Conversion set
Preview of IoT Sensor Readings (CSV, 1440 rows)
csv
68.8 KB
Actual file preview for IoT Sensor Readings (CSV, 1440 rows)

IoT Sensor Readings (CSV, 1440 rows)

A day of IoT sensor readings (temperature, humidity, pressure) at one-minute intervals from three sensors, with a realistic daily cycle plus noise — for testing time-series ingestion and downsampling. JSON twin included.

File
CSV · Iot · 1,440 rows
Use case
Data importTime-series data+1· Conversion set
Preview of FHIR R4 Patient Bundle (JSON)
json
3.4 KB
Actual file preview for FHIR R4 Patient Bundle (JSON)

FHIR R4 Patient Bundle (JSON)

A sample HL7 FHIR R4 bundle with a Patient plus vital-sign Observations, an Encounter, and a Condition — a realistic healthcare-interoperability fixture for testing FHIR parsers and mappers. Synthetic data, not a real person.

File
JSON · Healthcare
Preview of Product JSON Schema (draft-07)
json
589 B
Actual file preview for Product JSON Schema (draft-07)

Product JSON Schema (draft-07)

A JSON Schema (draft-07) describing a product object, with required fields, types, and constraints — paired with a conforming and a deliberately non-conforming instance for testing validators.

File
JSON · Schema
Use case
Schema validationData import· Conversion set
Preview of Apache Access Log — Common Format (log)
log
3.7 KB
Actual file preview for Apache Access Log — Common Format (log)

Apache Access Log — Common Format (log)

An Apache access log in the Common Log Format (CLF) — client, timestamp, request line, status, and byte count. Deterministic, with reserved documentation IPs. Paired with a Combined-format twin for testing log parsers.

File
LOG · Logs
Use case
Log parsingData import+1· Conversion set
Preview of Apache Access Log — Combined Format (log)
log
7.8 KB
Actual file preview for Apache Access Log — Combined Format (log)

Apache Access Log — Combined Format (log)

An Apache access log in the Combined Log Format — the Common fields plus referer and user-agent. A realistic web-server log for testing access-log parsers, analytics, and grok patterns.

File
LOG · Logs
Use case
Log parsingData import+1· Conversion set
Preview of CSV with Mixed Null Representations
csv
211 B
Actual file preview for CSV with Mixed Null Representations

CSV with Mixed Null Representations

A CSV where missing values are written seven different ways — empty string, NULL, NA, N/A, null, None, and a dash — across text and numeric columns. A fixture for testing null-detection and coercion in CSV importers.

File
CSV · Edge Cases · 8 rows
Preview of CSV with Mixed-Type Columns
csv
162 B
Actual file preview for CSV with Mixed-Type Columns

CSV with Mixed-Type Columns

A CSV whose 'value' column mixes integers, floats, scientific notation, dates, hex, thousands separators, and whitespace, and whose 'flag' column mixes a dozen boolean spellings. A torture test for type inference and schema detection.

File
CSV · Edge Cases · 12 rows
Preview of Wide CSV — 1000 Columns
csv
24.9 KB
Actual file preview for Wide CSV — 1000 Columns

Wide CSV — 1000 Columns

A CSV with 1000 columns and a handful of rows — a stress test for parsers, spreadsheet importers, and databases with column limits or per-row buffering assumptions. Deterministic (fixed seed).

File
CSV · Edge Cases · 5 rows
Preview of CSV with Mixed Timestamp Formats
csv
421 B
Actual file preview for CSV with Mixed Timestamp Formats

CSV with Mixed Timestamp Formats

A CSV listing timestamps in eleven formats — ISO 8601 with Z and numeric offsets, millisecond precision, naive local, date-only, Unix epoch in seconds and milliseconds, US AM/PM, and RFC 1123. A fixture for testing date parsing and timezone normalisation.

File
CSV · Edge Cases · 11 rows
Preview of Star Schema — Date Dimension (CSV)
csv
1.3 KB
Actual file preview for Star Schema — Date Dimension (CSV)

Star Schema — Date Dimension (CSV)

The date dimension of a star schema — one row per day with a YYYYMMDD surrogate key and calendar attributes (year, quarter, month, weekday). Joins to the sales fact table on date_key.

File
CSV · Star Schema · 31 rows
Use case
Data importData engineering+1· Conversion set
Preview of Star Schema — Product Dimension (CSV)
csv
918 B
Actual file preview for Star Schema — Product Dimension (CSV)

Star Schema — Product Dimension (CSV)

The product dimension of a star schema — surrogate key, SKU, name, category, and unit price. Joins to the sales fact table on product_key.

File
CSV · Star Schema · 20 rows
Use case
Data importData engineering+1· Conversion set
Preview of Star Schema — Customer Dimension (CSV)
csv
1.4 KB
Actual file preview for Star Schema — Customer Dimension (CSV)

Star Schema — Customer Dimension (CSV)

The customer dimension of a star schema — surrogate key, name, city, country, and segment. Joins to the sales fact table on customer_key. Names are synthetic.

File
CSV · Star Schema · 40 rows
Use case
Data importData engineering+1· Conversion set
Preview of Star Schema — Sales Fact Table (CSV, 300 rows)
csv
8.2 KB
Actual file preview for Star Schema — Sales Fact Table (CSV, 300 rows)

Star Schema — Sales Fact Table (CSV, 300 rows)

The sales fact table at the centre of a star schema — 300 sale lines with foreign keys to the date, product, and customer dimensions plus quantity and amount measures. A fixture for testing joins, star-schema imports, and BI tools.

File
CSV · Star Schema · 300 rows
Use case
Data importData engineering+1· Conversion set
Preview of Social Network Graph (GraphML)
graphml
4.3 KB
Actual file preview for Social Network Graph (GraphML)

Social Network Graph (GraphML)

A small synthetic social network in GraphML — 12 people in two communities with a few bridging ties, carrying node attributes (name, age, community) and weighted edges. Twinned with a GEXF file for testing graph importers and format converters.

File
GRAPHML · Graph
Use case
Graph dataConversion testing+1· Conversion set
Preview of Social Network Graph (GEXF)
gexf
3.9 KB
Actual file preview for Social Network Graph (GEXF)

Social Network Graph (GEXF)

The same 12-person social network in GEXF 1.3 (Gephi's native format) — node attributes and weighted edges. The format twin of the GraphML file, for testing Gephi imports and GraphML↔GEXF conversion.

File
GEXF · Graph
Use case
Graph dataConversion testing+1· Conversion set
Preview of Service Dependency Graph (GraphML, directed)
graphml
1.4 KB
Actual file preview for Service Dependency Graph (GraphML, directed)

Service Dependency Graph (GraphML, directed)

A directed service-dependency graph in GraphML — ten microservices (web, api, auth, db, cache, queue, worker, …) with their call/dependency edges. A fixture for testing directed-graph importers, cycle detection, and topological sorting.

File
GRAPHML · Graph
Preview of World Cities (40 rows, CSV)
csv
1.5 KB
Actual file preview for World Cities (40 rows, CSV)

World Cities (40 rows, CSV)

A curated world-cities dataset — 40 major cities with country, latitude, longitude, and population. A realistic geospatial fixture for testing map plots, geocoding, and CSV→GeoJSON conversion. GeoJSON twin included.

File
CSV · Geospatial · 40 rows
Use case
GeospatialData import+1· Conversion set
Preview of World Cities (40 points, GeoJSON)
geojson
11.5 KB
Actual file preview for World Cities (40 points, GeoJSON)

World Cities (40 points, GeoJSON)

The same 40 world cities as a GeoJSON FeatureCollection of Points (longitude, latitude order per RFC 7946), each with name, country, and population properties. The mapping twin of the CSV, for testing GeoJSON parsers and map renderers.

File
GEOJSON · Geospatial
Use case
GeospatialData import+1· Conversion set
Preview of Survey Responses — Likert + NPS (CSV, 60 rows)
csv
1.6 KB
Actual file preview for Survey Responses — Likert + NPS (CSV, 60 rows)

Survey Responses — Likert + NPS (CSV, 60 rows)

A customer-survey response set — 60 respondents rating five statements on a 1–5 Likert scale plus a 0–10 NPS score and a segment. A fixture for testing survey analysis, aggregation, and NPS/CSAT calculations.

File
CSV · Surveys · 60 rows
Preview of Recommender Ratings — user/item/rating (CSV, 240 rows)
csv
6.1 KB
Actual file preview for Recommender Ratings — user/item/rating (CSV, 240 rows)

Recommender Ratings — user/item/rating (CSV, 240 rows)

A MovieLens-style ratings log — 240 user/item/rating events with Unix timestamps across 50 users and 40 items. A fixture for testing recommender pipelines, collaborative-filtering loaders, and sparse-matrix builders.

File
CSV · Recommender · 240 rows
Preview of Bank Transactions (CSV, 60 rows)
csv
4.2 KB
Actual file preview for Bank Transactions (CSV, 60 rows)

Bank Transactions (CSV, 60 rows)

A bank-transaction statement — 60 debits and credits across three accounts (masked numbers) with running balances, categories, and merchants. Synthetic data for testing statement parsers, categorisation, and reconciliation.

File
CSV · Banking · 60 rows
Use case
Data importConversion testing· Conversion set
Preview of Payment Test Cards (CSV)
csv
917 B
Actual file preview for Payment Test Cards (CSV)

Payment Test Cards (CSV)

A reference list of well-known payment TEST card numbers (Visa, Mastercard, Amex, Discover, JCB, Diners) with sample CVV and expiry. These are published test values that pass the Luhn check but are not real accounts — for testing payment forms and card validators. Never use real card data.

File
CSV · Banking · 8 rows
Preview of ISO 20022 Credit Transfer — pain.001 (XML)
xml
1.2 KB
Actual file preview for ISO 20022 Credit Transfer — pain.001 (XML)

ISO 20022 Credit Transfer — pain.001 (XML)

A sample ISO 20022 customer credit-transfer initiation (pain.001.001.09) — a single payment with debtor/creditor parties, IBANs, BICs, amount, and remittance info. IBANs are published documentation examples; a fixture for testing payment-message parsers and bank integrations.

File
XML · Banking
Preview of Real-estate Listings (CSV, 30 rows)
csv
2.7 KB
Actual file preview for Real-estate Listings (CSV, 30 rows)

Real-estate Listings (CSV, 30 rows)

A property-listings dataset — 30 homes with address, type, price, beds/baths, size, year built, coordinates, and status. Synthetic data for testing listing importers, map plots, and price analytics.

File
CSV · Real Estate · 30 rows
Use case
Data importGeospatial+1· Conversion set
Preview of Flight Schedule (CSV, 30 rows)
csv
2.6 KB
Actual file preview for Flight Schedule (CSV, 30 rows)

Flight Schedule (CSV, 30 rows)

A flight-schedule dataset — 30 flights with airline, origin/destination airports, departure/arrival times, aircraft, gate, and status. Synthetic data for testing travel apps, schedule parsers, and status boards.

File
CSV · Travel · 30 rows
Use case
Data importConversion testing· Conversion set
Preview of Weather Forecast — 30 days (CSV, 30 rows)
csv
1.5 KB
Actual file preview for Weather Forecast — 30 days (CSV, 30 rows)

Weather Forecast — 30 days (CSV, 30 rows)

A 30-day daily weather forecast for one city — high/low temperature, condition, precipitation, wind, and humidity. Synthetic (seeded) data for testing weather widgets, chart tools, and time-series import.

File
CSV · Weather · 30 rows
Use case
Data importTime-series data+1· Conversion set
Preview of Sports League Standings (CSV)
csv
401 B
Actual file preview for Sports League Standings (CSV)

Sports League Standings (CSV)

A football-style league table — position, played, won/drawn/lost, goals for/against, goal difference, and points for ten teams, derived from a full round of synthetic match results. Paired with the results JSON.

File
CSV · Sports
Use case
Data importConversion testing· Conversion set
Preview of Sports Match Results (JSON)
json
7.2 KB
Actual file preview for Sports Match Results (JSON)

Sports Match Results (JSON)

The full round of match results behind the league table — home/away teams, scores, and dates as a JSON array. A fixture for testing sports-data importers and standings calculators.

File
JSON · Sports
Use case
Data importConversion testing· Conversion set
Preview of Employee Directory (CSV, 30 rows)
csv
1.9 KB
Actual file preview for Employee Directory (CSV, 30 rows)

Employee Directory (CSV, 30 rows)

An employee directory — 30 staff with department, title, hire date, salary, and manager reference. Synthetic HR data for testing org-chart builders, directory imports, and payroll pipelines.

File
CSV · Hr · 30 rows
Use case
Data importConversion testing· Conversion set
Preview of Payroll Summary (JSON)
json
772 B
Actual file preview for Payroll Summary (JSON)

Payroll Summary (JSON)

A monthly payroll summary derived from the employee directory — headcount, annual and monthly gross totals, and a per-department breakdown. A fixture for testing finance/HR dashboards and JSON aggregation.

File
JSON · Hr
Preview of CSV with Leading-Zero Identifiers
csv
40 B
Actual file preview for CSV with Leading-Zero Identifiers

CSV with Leading-Zero Identifiers

SKU identifiers that start with zeros. Spreadsheet tools often coerce these to numbers and drop the zeros — keep them as text.

File
CSV · Edge Cases · 3 rows
Preview of CSV DST and Leap-Day Timestamps
csv
183 B
Actual file preview for CSV DST and Leap-Day Timestamps

CSV DST and Leap-Day Timestamps

Timestamps spanning a US spring-forward DST gap and leap-day dates for timezone and calendar edge-case testing.

File
CSV · Edge Cases · 4 rows
Preview of CSV — Pipe Delimiter
csv
41 B
Actual file preview for CSV — Pipe Delimiter

CSV — Pipe Delimiter

A pipe-delimited (| ) tabular file — for testing non-comma delimiter autodetection.

File
CSV · Encodings · 2 rows
Preview of Fixed-Width Positions File (TXT)
txt
108 B
Actual file preview for Fixed-Width Positions File (TXT)

Fixed-Width Positions File (TXT)

A classic fixed-width text extract with documented column positions — for COBOL-style / mainframe importer tests.

File
TXT · Encodings · 3 rows
Preview of CSV — Hash Comment Lines
csv
70 B
Actual file preview for CSV — Hash Comment Lines

CSV — Hash Comment Lines

A CSV with # comment lines mixed among data — common in scientific exports; tests comment skipping.

File
CSV · Encodings · 2 rows
Preview of CSV — Single Column
csv
41 B
Actual file preview for CSV — Single Column

CSV — Single Column

A one-column CSV of email addresses — edge case for delimiter sniffers that expect commas in every row.

File
CSV · Encodings · 2 rows
Preview of SaaS Product Events (CSV)
csv
2.2 KB
Actual file preview for SaaS Product Events (CSV)

SaaS Product Events (CSV)

Synthetic product-analytics events (signup/login/upgrade) for testing event pipelines and warehouse loads. CSV twin.

File
CSV · Saas · 24 rows
Use case
Data importCSV parsing· Conversion set
Preview of SaaS Product Events (JSON)
json
4.8 KB
Actual file preview for SaaS Product Events (JSON)

SaaS Product Events (JSON)

Synthetic product-analytics events (signup/login/upgrade) for testing event pipelines and warehouse loads. JSON twin.

File
JSON · Saas · 24 records
Use case
Data importJSON parsing· Conversion set
Preview of POS SKU Catalog (CSV)
csv
455 B
Actual file preview for POS SKU Catalog (CSV)

POS SKU Catalog (CSV)

A point-of-sale SKU catalog with tax codes and active flags — fictional Meridian Supply inventory. CSV twin.

File
CSV · Pos · 8 rows
Use case
Data importCSV parsing· Conversion set
Preview of POS SKU Catalog (JSON)
json
1.3 KB
Actual file preview for POS SKU Catalog (JSON)

POS SKU Catalog (JSON)

A point-of-sale SKU catalog with tax codes and active flags — fictional Meridian Supply inventory. JSON twin.

File
JSON · Pos · 8 records
Use case
Data importJSON parsing· Conversion set
Preview of Lab Measurements (CSV)
csv
916 B
Actual file preview for Lab Measurements (CSV)

Lab Measurements (CSV)

Synthetic lab readings (temperature, pressure, pH) with ISO timestamps for scientific ETL tests. CSV twin.

File
CSV · Lab · 16 rows
Use case
Data importCSV parsing· Conversion set
Preview of Lab Measurements (JSON)
json
2.8 KB
Actual file preview for Lab Measurements (JSON)

Lab Measurements (JSON)

Synthetic lab readings (temperature, pressure, pH) with ISO timestamps for scientific ETL tests. JSON twin.

File
JSON · Lab · 16 records
Use case
Data importJSON parsing· Conversion set
Preview of Marketing Attribution (CSV)
csv
773 B
Actual file preview for Marketing Attribution (CSV)

Marketing Attribution (CSV)

Synthetic multi-touch attribution click rows with UTM fields — for marketing analytics importers. CSV twin.

File
CSV · Marketing · 10 rows
Use case
Data importCSV parsing· Conversion set
Preview of Marketing Attribution (JSON)
json
2.3 KB
Actual file preview for Marketing Attribution (JSON)

Marketing Attribution (JSON)

Synthetic multi-touch attribution click rows with UTM fields — for marketing analytics importers. JSON twin.

File
JSON · Marketing · 10 records
Use case
Data importJSON parsing· Conversion set
Preview of SUPPORT — Tickets (CSV)
csv
167 B
Actual file preview for SUPPORT — Tickets (CSV)

SUPPORT — Tickets (CSV)

Synthetic support dataset (tickets) as CSV — for ETL and warehouse loader tests.

File
CSV · Support · 6 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 01 (JSON)
json
340 B
Actual file preview for Synth Batch 01 (JSON)

Synth Batch 01 (JSON)

Deterministic synthetic JSON batch 01 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 02 (JSON)
json
341 B
Actual file preview for Synth Batch 02 (JSON)

Synth Batch 02 (JSON)

Deterministic synthetic JSON batch 02 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 03 (JSON)
json
342 B
Actual file preview for Synth Batch 03 (JSON)

Synth Batch 03 (JSON)

Deterministic synthetic JSON batch 03 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 04 (JSON)
json
343 B
Actual file preview for Synth Batch 04 (JSON)

Synth Batch 04 (JSON)

Deterministic synthetic JSON batch 04 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 05 (JSON)
json
344 B
Actual file preview for Synth Batch 05 (JSON)

Synth Batch 05 (JSON)

Deterministic synthetic JSON batch 05 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 06 (JSON)
json
344 B
Actual file preview for Synth Batch 06 (JSON)

Synth Batch 06 (JSON)

Deterministic synthetic JSON batch 06 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 07 (JSON)
json
344 B
Actual file preview for Synth Batch 07 (JSON)

Synth Batch 07 (JSON)

Deterministic synthetic JSON batch 07 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 08 (JSON)
json
344 B
Actual file preview for Synth Batch 08 (JSON)

Synth Batch 08 (JSON)

Deterministic synthetic JSON batch 08 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 09 (JSON)
json
344 B
Actual file preview for Synth Batch 09 (JSON)

Synth Batch 09 (JSON)

Deterministic synthetic JSON batch 09 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 10 (JSON)
json
345 B
Actual file preview for Synth Batch 10 (JSON)

Synth Batch 10 (JSON)

Deterministic synthetic JSON batch 10 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 11 (JSON)
json
345 B
Actual file preview for Synth Batch 11 (JSON)

Synth Batch 11 (JSON)

Deterministic synthetic JSON batch 11 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 12 (JSON)
json
345 B
Actual file preview for Synth Batch 12 (JSON)

Synth Batch 12 (JSON)

Deterministic synthetic JSON batch 12 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 13 (JSON)
json
345 B
Actual file preview for Synth Batch 13 (JSON)

Synth Batch 13 (JSON)

Deterministic synthetic JSON batch 13 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 14 (JSON)
json
345 B
Actual file preview for Synth Batch 14 (JSON)

Synth Batch 14 (JSON)

Deterministic synthetic JSON batch 14 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 15 (JSON)
json
345 B
Actual file preview for Synth Batch 15 (JSON)

Synth Batch 15 (JSON)

Deterministic synthetic JSON batch 15 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 16 (JSON)
json
345 B
Actual file preview for Synth Batch 16 (JSON)

Synth Batch 16 (JSON)

Deterministic synthetic JSON batch 16 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 17 (JSON)
json
345 B
Actual file preview for Synth Batch 17 (JSON)

Synth Batch 17 (JSON)

Deterministic synthetic JSON batch 17 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 18 (JSON)
json
345 B
Actual file preview for Synth Batch 18 (JSON)

Synth Batch 18 (JSON)

Deterministic synthetic JSON batch 18 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 19 (JSON)
json
345 B
Actual file preview for Synth Batch 19 (JSON)

Synth Batch 19 (JSON)

Deterministic synthetic JSON batch 19 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 20 (JSON)
json
346 B
Actual file preview for Synth Batch 20 (JSON)

Synth Batch 20 (JSON)

Deterministic synthetic JSON batch 20 for bulk-import smoke tests.

File
JSON · Synth · 5 records
Use case
Data importJSON parsing· Conversion set
Preview of Synth Batch 01 (CSV)
csv
48 B
Actual file preview for Synth Batch 01 (CSV)

Synth Batch 01 (CSV)

Deterministic synthetic CSV batch 01 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 02 (CSV)
csv
49 B
Actual file preview for Synth Batch 02 (CSV)

Synth Batch 02 (CSV)

Deterministic synthetic CSV batch 02 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 03 (CSV)
csv
50 B
Actual file preview for Synth Batch 03 (CSV)

Synth Batch 03 (CSV)

Deterministic synthetic CSV batch 03 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 04 (CSV)
csv
51 B
Actual file preview for Synth Batch 04 (CSV)

Synth Batch 04 (CSV)

Deterministic synthetic CSV batch 04 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 05 (CSV)
csv
52 B
Actual file preview for Synth Batch 05 (CSV)

Synth Batch 05 (CSV)

Deterministic synthetic CSV batch 05 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 06 (CSV)
csv
52 B
Actual file preview for Synth Batch 06 (CSV)

Synth Batch 06 (CSV)

Deterministic synthetic CSV batch 06 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 07 (CSV)
csv
52 B
Actual file preview for Synth Batch 07 (CSV)

Synth Batch 07 (CSV)

Deterministic synthetic CSV batch 07 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 08 (CSV)
csv
52 B
Actual file preview for Synth Batch 08 (CSV)

Synth Batch 08 (CSV)

Deterministic synthetic CSV batch 08 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 09 (CSV)
csv
52 B
Actual file preview for Synth Batch 09 (CSV)

Synth Batch 09 (CSV)

Deterministic synthetic CSV batch 09 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 10 (CSV)
csv
53 B
Actual file preview for Synth Batch 10 (CSV)

Synth Batch 10 (CSV)

Deterministic synthetic CSV batch 10 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 11 (CSV)
csv
53 B
Actual file preview for Synth Batch 11 (CSV)

Synth Batch 11 (CSV)

Deterministic synthetic CSV batch 11 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 12 (CSV)
csv
53 B
Actual file preview for Synth Batch 12 (CSV)

Synth Batch 12 (CSV)

Deterministic synthetic CSV batch 12 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 13 (CSV)
csv
53 B
Actual file preview for Synth Batch 13 (CSV)

Synth Batch 13 (CSV)

Deterministic synthetic CSV batch 13 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 14 (CSV)
csv
53 B
Actual file preview for Synth Batch 14 (CSV)

Synth Batch 14 (CSV)

Deterministic synthetic CSV batch 14 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 15 (CSV)
csv
53 B
Actual file preview for Synth Batch 15 (CSV)

Synth Batch 15 (CSV)

Deterministic synthetic CSV batch 15 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 16 (CSV)
csv
53 B
Actual file preview for Synth Batch 16 (CSV)

Synth Batch 16 (CSV)

Deterministic synthetic CSV batch 16 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 17 (CSV)
csv
53 B
Actual file preview for Synth Batch 17 (CSV)

Synth Batch 17 (CSV)

Deterministic synthetic CSV batch 17 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 18 (CSV)
csv
53 B
Actual file preview for Synth Batch 18 (CSV)

Synth Batch 18 (CSV)

Deterministic synthetic CSV batch 18 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 19 (CSV)
csv
53 B
Actual file preview for Synth Batch 19 (CSV)

Synth Batch 19 (CSV)

Deterministic synthetic CSV batch 19 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Synth Batch 20 (CSV)
csv
54 B
Actual file preview for Synth Batch 20 (CSV)

Synth Batch 20 (CSV)

Deterministic synthetic CSV batch 20 for bulk-import smoke tests.

File
CSV · Synth · 5 rows
Use case
Data importCSV parsing· Conversion set
Preview of Healthcare ORM HL7 Message (SAMPLE)
hl7
187 B
Actual file preview for Healthcare ORM HL7 Message (SAMPLE)

Healthcare ORM HL7 Message (SAMPLE)

Sample HL7 v2 ORM order message with PID and OBR segments — fictional patient and order ids.

File
HL7 · Healthcare
Use case
Data import
Preview of Healthcare Prescription (JSON)
json
149 B
Actual file preview for Healthcare Prescription (JSON)

Healthcare Prescription (JSON)

Synthetic e-prescription JSON for pharmacy routing and validation tests.

File
JSON · Healthcare
Use case
Data import
Preview of Inventory Stock Levels (CSV)
csv
62 B
Actual file preview for Inventory Stock Levels (CSV)

Inventory Stock Levels (CSV)

Per-warehouse stock quantities for inventory reconciliation tests.

File
CSV · Inventory · 2 rows
Use case
Data import
Preview of Directed Acyclic Pipeline - GraphML
graphml
1.3 KB
Actual file preview for Directed Acyclic Pipeline - GraphML

Directed Acyclic Pipeline - GraphML

A six-stage software pipeline DAG for testing dependency import, cycle checks and reproducible topological sorting. This GraphML member carries the same node IDs, edge IDs, directions and weights as its two format twins.

File
GRAPHML · Graph
Use case
Graph dataConversion testing+1· Conversion set
Preview of Directed Acyclic Pipeline - GEXF 1.3
gexf
1020 B
Actual file preview for Directed Acyclic Pipeline - GEXF 1.3

Directed Acyclic Pipeline - GEXF 1.3

A six-stage software pipeline DAG for testing dependency import, cycle checks and reproducible topological sorting. This GEXF 1.3 member carries the same node IDs, edge IDs, directions and weights as its two format twins.

File
GEXF · Graph
Use case
Graph dataConversion testing+1· Conversion set
Preview of Directed Acyclic Pipeline - JSON edge list
json
1.4 KB
Actual file preview for Directed Acyclic Pipeline - JSON edge list

Directed Acyclic Pipeline - JSON edge list

A six-stage software pipeline DAG for testing dependency import, cycle checks and reproducible topological sorting. This JSON edge list member carries the same node IDs, edge IDs, directions and weights as its two format twins.

File
JSON · Graph
Use case
Graph dataConversion testing+1· Conversion set
Preview of Directed Dependency Cycle - GraphML
graphml
904 B
Actual file preview for Directed Dependency Cycle - GraphML

Directed Dependency Cycle - GraphML

A four-service directed cycle whose only valid topological result is failure, for dependency-analysis regression tests. This GraphML member carries the same node IDs, edge IDs, directions and weights as its two format twins.

File
GRAPHML · Graph
Use case
Graph dataConversion testing+1· Conversion set
Preview of Directed Dependency Cycle - GEXF 1.3
gexf
723 B
Actual file preview for Directed Dependency Cycle - GEXF 1.3

Directed Dependency Cycle - GEXF 1.3

A four-service directed cycle whose only valid topological result is failure, for dependency-analysis regression tests. This GEXF 1.3 member carries the same node IDs, edge IDs, directions and weights as its two format twins.

File
GEXF · Graph
Use case
Graph dataConversion testing+1· Conversion set
Preview of Directed Dependency Cycle - JSON edge list
json
844 B
Actual file preview for Directed Dependency Cycle - JSON edge list

Directed Dependency Cycle - JSON edge list

A four-service directed cycle whose only valid topological result is failure, for dependency-analysis regression tests. This JSON edge list member carries the same node IDs, edge IDs, directions and weights as its two format twins.

File
JSON · Graph
Use case
Graph dataConversion testing+1· Conversion set
Preview of Disconnected Directed Graph - GraphML
graphml
916 B
Actual file preview for Disconnected Directed Graph - GraphML

Disconnected Directed Graph - GraphML

A directed graph with two linked islands and one isolated node, designed for weak-component and isolated-node tests. This GraphML member carries the same node IDs, edge IDs, directions and weights as its two format twins.

File
GRAPHML · Graph
Use case
Graph dataConversion testing+1· Conversion set
Preview of Disconnected Directed Graph - GEXF 1.3
gexf
717 B
Actual file preview for Disconnected Directed Graph - GEXF 1.3

Disconnected Directed Graph - GEXF 1.3

A directed graph with two linked islands and one isolated node, designed for weak-component and isolated-node tests. This GEXF 1.3 member carries the same node IDs, edge IDs, directions and weights as its two format twins.

File
GEXF · Graph
Use case
Graph dataConversion testing+1· Conversion set
Preview of Disconnected Directed Graph - JSON edge list
json
931 B
Actual file preview for Disconnected Directed Graph - JSON edge list

Disconnected Directed Graph - JSON edge list

A directed graph with two linked islands and one isolated node, designed for weak-component and isolated-node tests. This JSON edge list member carries the same node IDs, edge IDs, directions and weights as its two format twins.

File
JSON · Graph
Use case
Graph dataConversion testing+1· Conversion set
Preview of Weighted Directed Multigraph - GraphML
graphml
1 KB
Actual file preview for Weighted Directed Multigraph - GraphML

Weighted Directed Multigraph - GraphML

A weighted acyclic multigraph with two parallel source-to-router edges, checking multiplicity and floating-point weight preservation. This GraphML member carries the same node IDs, edge IDs, directions and weights as its two format twins.

File
GRAPHML · Graph
Use case
Graph dataConversion testing+1· Conversion set
Preview of Weighted Directed Multigraph - GEXF 1.3
gexf
840 B
Actual file preview for Weighted Directed Multigraph - GEXF 1.3

Weighted Directed Multigraph - GEXF 1.3

A weighted acyclic multigraph with two parallel source-to-router edges, checking multiplicity and floating-point weight preservation. This GEXF 1.3 member carries the same node IDs, edge IDs, directions and weights as its two format twins.

File
GEXF · Graph
Use case
Graph dataConversion testing+1· Conversion set
Preview of Weighted Directed Multigraph - JSON edge list
json
1.1 KB
Actual file preview for Weighted Directed Multigraph - JSON edge list

Weighted Directed Multigraph - JSON edge list

A weighted acyclic multigraph with two parallel source-to-router edges, checking multiplicity and floating-point weight preservation. This JSON edge list member carries the same node IDs, edge IDs, directions and weights as its two format twins.

File
JSON · Graph
Use case
Graph dataConversion testing+1· Conversion set
Preview of GDPR Sample Data Export (ZIP)
zip
884 B
Actual file preview for GDPR Sample Data Export (ZIP)

GDPR Sample Data Export (ZIP)

A small ZIP shaped like a GDPR subject-access export — profile JSON, activity CSV, consents JSON, and a README. All PII is fictional SAMPLE data.

File
ZIP · Exports · 4 members
Preview of Sentiment Classification Dataset (JSONL)
jsonl
1.9 KB
Actual file preview for Sentiment Classification Dataset (JSONL)

Sentiment Classification Dataset (JSONL)

A labelled sentiment-classification dataset in JSON Lines — 24 short product-review-style sentences balanced across positive, negative, and neutral. Fully synthetic; a fixture for testing text-classification loaders, tokenizers, and JSONL parsers.

File
JSONL · Nlp · 24 records
Preview of Model Benchmark Results (JSON)
json
663 B
Actual file preview for Model Benchmark Results (JSON)

Model Benchmark Results (JSON)

A model-evaluation summary in JSON — per-task scores for a fictional model across sentiment, NER, summarization, translation, and QA, each with its metric and sample size. A fixture for testing eval dashboards and leaderboard importers.

File
JSON · Eval
Preview of Coverage — Per-File Table (CSV)
csv
337 B
Actual file preview for Coverage — Per-File Table (CSV)

Coverage — Per-File Table (CSV)

The same coverage as a flat table with a TOTAL row, for spreadsheets, trend charts and diffing two runs without an XML parser. The TOTAL row is the arithmetic sum of the four file rows, so it doubles as a checksum on any tool that regenerates it. Every file in this group describes the same four-file source tree and reports 127/140 lines, 17/24 branch outcomes and 18/20 functions, so a converter can be diffed against a known answer.

File
CSV · Coverage · 5 rows
Use case
CSV parsingConversion testing+1· Conversion set
Preview of Test Case Matrix — Twelve Documented Cases (CSV)
csv
1.6 KB
Actual file preview for Test Case Matrix — Twelve Documented Cases (CSV)

Test Case Matrix — Twelve Documented Cases (CSV)

Twelve test cases with level, priority, the requirement each covers, preconditions, steps and expected result — the table a test-management import expects. Eleven of the twelve are automated, and the requirement column joins this file to the traceability matrix next to it.

File
CSV · Plans · 12 rows
Use case
CSV parsingData import+1· Conversion set
Preview of Requirements Traceability Matrix with One Gap (CSV)
csv
939 B
Actual file preview for Requirements Traceability Matrix with One Gap (CSV)

Requirements Traceability Matrix with One Gap (CSV)

Thirteen requirements mapped to the test cases that cover them — and one, REQ-PAY-02, deliberately covered by nothing. A coverage-gap report that does not surface that row is not working, which makes this the answer key for exactly that check.

File
CSV · Plans · 13 rows
Use case
CSV parsingData import+1· Conversion set
Preview of SBOM Component Inventory (CSV)
csv
958 B
Actual file preview for SBOM Component Inventory (CSV)

SBOM Component Inventory (CSV)

The same fictional component tree flattened to a spreadsheet-friendly CSV — name, version, licence, depth, purl and a SHA-256 prefix — for testing the export path SBOM tools offer alongside JSON. Every package, version, hash and licence is fictional — the tree describes nothing real.

File
CSV · Sbom · 10 rows
Use case
CSV parsingData import+1· Conversion set
Preview of Lockfile Pin Summary (CSV)
csv
677 B
Actual file preview for Lockfile Pin Summary (CSV)

Lockfile Pin Summary (CSV)

Declared range against resolved version for every fictional package pinned by the lockfiles in this category — the table a review needs to see which pins drifted from their manifest ranges. Every package, version, hash and licence is fictional — the tree describes nothing real.

File
CSV · Lockfiles · 9 rows
Use case
CSV parsingData import+1· Conversion set
Preview of OSV Vulnerability Records (JSON Lines)
jsonl
5 KB
Actual file preview for OSV Vulnerability Records (JSON Lines)

OSV Vulnerability Records (JSON Lines)

All four SAMPLE advisories as newline-delimited OSV records — the bulk shape an advisory database is loaded from, where each line must parse independently. Advisory identifiers use the invented NOVUS-SAMPLE namespace with SAMPLE-CVE aliases; no identifier here refers to a published CVE, GHSA or OSV record, and no package named exists.

File
JSONL · Vulnerability · 4 records
Use case
JSON parsingData import+1· Conversion set
Preview of Vulnerability Summary (CSV)
csv
448 B
Actual file preview for Vulnerability Summary (CSV)

Vulnerability Summary (CSV)

The four SAMPLE advisories flattened to one row each — the export a security review circulates, and the reference answer for any converter run against the Trivy, Grype or OSV reports here. Advisory identifiers use the invented NOVUS-SAMPLE namespace with SAMPLE-CVE aliases; no identifier here refers to a published CVE, GHSA or OSV record, and no package named exists.

File
CSV · Vulnerability · 4 rows
Use case
CSV parsingData import+1· Conversion set
Preview of Severity Scoring and SLA Matrix (CSV)
csv
241 B
Actual file preview for Severity Scoring and SLA Matrix (CSV)

Severity Scoring and SLA Matrix (CSV)

A severity-band table mapping CVSS ranges to remediation SLAs and gate actions, with the finding count each band has in this fixture set — so a policy engine can be tested end to end. Advisory identifiers use the invented NOVUS-SAMPLE namespace with SAMPLE-CVE aliases; no identifier here refers to a published CVE, GHSA or OSV record, and no package named exists.

File
CSV · Vulnerability · 5 rows
Use case
CSV parsingConfig testing+1· Conversion set
Preview of SLSA Build Level Matrix (CSV)
csv
283 B
Actual file preview for SLSA Build Level Matrix (CSV)

SLSA Build Level Matrix (CSV)

How the nine fictional dependencies distribute across SLSA build levels, with the policy outcome for each band — the table that turns the VSA's dependencyLevels object into something reviewable. Every package, version, hash and licence is fictional — the tree describes nothing real.

File
CSV · Provenance · 4 rows
Use case
CSV parsingData import+1· Conversion set
Preview of Dependency Graph (GraphML)
graphml
3.8 KB
Actual file preview for Dependency Graph (GraphML)

Dependency Graph (GraphML)

The dependency graph in GraphML, with typed attribute keys for node version, licence and depth and for edge range — the interchange format graph databases and analysis tools import. Every package, version, hash and licence is fictional — the tree describes nothing real.

File
GRAPHML · Graphs
Use case
Graph dataConversion testing+1· Conversion set
Preview of Transitive Dependency Closure (CSV)
csv
777 B
Actual file preview for Transitive Dependency Closure (CSV)

Transitive Dependency Closure (CSV)

Every edge in the fictional dependency graph as one row — parent, child, declared range, resolved version, depth and whether the edge is direct — the form a spreadsheet or SQL import can aggregate. Every package, version, hash and licence is fictional — the tree describes nothing real.

File
CSV · Graphs · 10 rows
Use case
CSV parsingGraph data+1· Conversion set
Preview of Kestrel Bay Territory — OpenStreetMap XML Twin
osm
2.1 KB
Actual file preview for Kestrel Bay Territory — OpenStreetMap XML Twin

Kestrel Bay Territory — OpenStreetMap XML Twin

The towns and roads in OSM XML: tagged nodes, three highway ways sharing the junction node at Kestrel Bay, and a route relation over them. All object IDs are negative — the convention for objects that have never been uploaded — so nothing here can be mistaken for real OSM data.

File
OSM · Territory · UTF-8
Use case
GeospatialConversion testing+1· Conversion set
Preview of GPX — Route (rte) Rather Than a Track
gpx
859 B
Actual file preview for GPX — Route (rte) Rather Than a Track

GPX — Route (rte) Rather Than a Track

A `rte` element: an ordered list of waypoints describing a planned route, with no timestamps because it has not been travelled yet. Many importers only look for `trk` and report this perfectly valid file as empty.

File
GPX · Gpx · UTF-8
Use case
GeospatialConversion testing+1· Conversion set
Preview of GPX — Standalone Waypoints Only
gpx
1016 B
Actual file preview for GPX — Standalone Waypoints Only

GPX — Standalone Waypoints Only

Five `wpt` elements for the towns of the territory, with names, symbols and descriptions but no track or route. It is the GPX equivalent of a point layer, and the third of the three top-level GPX content types.

File
GPX · Gpx · UTF-8
Use case
GeospatialConversion testing+1· Conversion set
Preview of NMEA 0183 — Mixed GGA/RMC/GSA/GSV/VTG Log
nmea
3.2 KB
Actual file preview for NMEA 0183 — Mixed GGA/RMC/GSA/GSV/VTG Log

NMEA 0183 — Mixed GGA/RMC/GSA/GSV/VTG Log

A twelve-fix receiver log with the five sentence types a GPS unit normally interleaves, including three-part GSV satellite-in-view sets. Every checksum is correct, so a parser that verifies them should accept the whole file.

File
NMEA · Nmea · ASCII
Use case
GeospatialTime-series data+1· Conversion set
Preview of NMEA 0183 — GGA Sentences Only
nmea
852 B
Actual file preview for NMEA 0183 — GGA Sentences Only

NMEA 0183 — GGA Sentences Only

The same twelve fixes reduced to GGA alone. GGA carries time-of-day but no date and no speed, so a parser that only reads GGA cannot place the track on a calendar — a real limitation that this file makes obvious rather than leaving to be discovered later.

File
NMEA · Nmea · ASCII
Use case
GeospatialTime-series data+1· Conversion set
Preview of NMEA 0183 — Receiver With No Fix
nmea
924 B
Actual file preview for NMEA 0183 — Receiver With No Fix

NMEA 0183 — Receiver With No Fix

Six cycles of a receiver that has power but no satellite lock: GGA fix quality 0, RMC status V, and empty coordinate fields throughout. Parsers that split on commas and index positionally read these empty fields as zeros and plot the track at Null Island.

File
NMEA · Nmea · ASCII
Use case
GeospatialError handling+1· Conversion set
Preview of NMEA 0183 — Bad Checksum and Truncated Sentence
nmea
755 B
Actual file preview for NMEA 0183 — Bad Checksum and Truncated Sentence

NMEA 0183 — Bad Checksum and Truncated Sentence

A log with one sentence whose checksum has been altered and a final sentence truncated mid-transmission with no checksum at all — the two ways a serial GPS feed actually degrades. A correct parser drops both and keeps everything else.

File
NMEA · Nmea · ASCII
Use case
GeospatialError handling+1· Conversion set
Preview of KML — Point Placemarks With Descriptions
kml
1.1 KB
Actual file preview for KML — Point Placemarks With Descriptions

KML — Point Placemarks With Descriptions

Five town Placemarks with plain-text descriptions and no styling — the smallest useful KML and the baseline for the rest of this subcategory. Coordinates match the master territory, so a KML-to-GeoJSON conversion can be diffed against a known answer.

File
KML · Kml · UTF-8
Use case
GeospatialConversion testing+1· Conversion set
Preview of KML — LineString Placemarks With tessellate
kml
1 KB
Actual file preview for KML — LineString Placemarks With tessellate

KML — LineString Placemarks With tessellate

The three roads as LineString Placemarks with `tessellate` set, which tells a globe renderer to drape the line over terrain rather than drawing it as a straight chord. Converters that drop the flag produce lines that tunnel through hills.

File
KML · Kml · UTF-8
Use case
GeospatialConversion testing+1· Conversion set
Preview of KMZ — Single doc.kml, No Resources
kmz
445 B
Actual file preview for KMZ — Single doc.kml, No Resources

KMZ — Single doc.kml, No Resources

The minimal KMZ: a ZIP holding exactly one `doc.kml` at the archive root and nothing else. Readers are supposed to open the first .kml they find, and most look for the conventional name — this file satisfies both rules.

File
KMZ · Kml · 1 member
Use case
GeospatialConversion testing+1· Conversion set
Preview of KMZ — Bundled Icon Referenced by a Relative Path
kmz
658 B
Actual file preview for KMZ — Bundled Icon Referenced by a Relative Path

KMZ — Bundled Icon Referenced by a Relative Path

A KMZ whose style points at `files/markers/town.png` inside the same archive. Resolving that relative href against the archive rather than the filesystem is the whole job of a KMZ reader, and it is where extract-then-parse implementations break.

File
KMZ · Kml · 2 members
Use case
GeospatialConversion testing+1· Conversion set
Preview of Shapefile — Towns Attributes (.dbf, dBase III)
dbf
377 B
Actual file preview for Shapefile — Towns Attributes (.dbf, dBase III)

Shapefile — Towns Attributes (.dbf, dBase III)

The attribute table as a dBase III file: fixed-width, space-padded, ASCII numerics. Field names are capped at ten characters and there is no type for dates-with-time or for nested values, which is why shapefile export loses so much of a modern schema.

File
DBF · Shapefile · 5 records
Use case
GeospatialData import+1· Conversion set
Preview of Shapefile — Roads Attributes (.dbf with a decimal field)
dbf
309 B
Actual file preview for Shapefile — Roads Attributes (.dbf with a decimal field)

Shapefile — Roads Attributes (.dbf with a decimal field)

The road attribute table, including a numeric field declared with two decimal places. DBF stores numbers as right-justified ASCII, so the declared width and decimal count are the only thing that says 9.40 is not 940.

File
DBF · Shapefile · 3 records
Use case
GeospatialData import+1· Conversion set
Preview of Shapefile — Parcels Attributes (.dbf)
dbf
327 B
Actual file preview for Shapefile — Parcels Attributes (.dbf)

Shapefile — Parcels Attributes (.dbf)

The parcel attribute table, joined to the .shp purely by record order — there is no key and no explicit link. Deleting a geometry without deleting its row shifts every subsequent attribute onto the wrong shape, silently.

File
DBF · Shapefile · 3 records
Use case
GeospatialData import+1· Conversion set
Preview of Shapefile Bundle — Kestrel Bay Towns (zipped component set)
zip
1.1 KB
Actual file preview for Shapefile Bundle — Kestrel Bay Towns (zipped component set)

Shapefile Bundle — Kestrel Bay Towns (zipped component set)

A zipped shapefile containing the full five-file point set — .shp, .shx, .dbf, .prj and .cpg. Zipping is how shapefiles are actually exchanged, because a bare .shp is meaningless without its sidecars — and it is the upload format most web GIS tools accept.

File
ZIP · Shapefile · 5 members
Use case
GeospatialConversion testing+1· Conversion set
Preview of Shapefile Bundle — Kestrel Bay Parcels (zipped component set)
zip
1 KB
Actual file preview for Shapefile Bundle — Kestrel Bay Parcels (zipped component set)

Shapefile Bundle — Kestrel Bay Parcels (zipped component set)

A zipped shapefile containing a three-file polygon set with no .cpg, so the DBF encoding is undeclared. Zipping is how shapefiles are actually exchanged, because a bare .shp is meaningless without its sidecars — and it is the upload format most web GIS tools accept.

File
ZIP · Shapefile · 4 members
Use case
GeospatialConversion testing+1· Conversion set
Preview of Shapefile DBF — Accented Attributes in UTF-8
dbf
374 B
Actual file preview for Shapefile DBF — Accented Attributes in UTF-8

Shapefile DBF — Accented Attributes in UTF-8

The same four accented attribute rows written in UTF-8. Both files are exactly the same size because DBF fields are fixed-width in bytes, not characters — so the UTF-8 table fits fewer characters per field, and a reader that guesses the encoding produces mojibake rather than an obvious failure.

File
DBF · Shapefile · 4 records
Use case
GeospatialEncoding detection+1· Conversion set
Preview of Shapefile DBF — Accented Attributes in CP1252
dbf
374 B
Actual file preview for Shapefile DBF — Accented Attributes in CP1252

Shapefile DBF — Accented Attributes in CP1252

The same four accented attribute rows written in CP1252. Both files are exactly the same size because DBF fields are fixed-width in bytes, not characters — so the UTF-8 table fits fewer characters per field, and a reader that guesses the encoding produces mojibake rather than an obvious failure.

File
DBF · Shapefile · 4 records
Use case
GeospatialEncoding detection+1· Conversion set
Preview of GeoPackage — Three Feature Layers in One SQLite Container
gpkg
44 KB
Actual file preview for GeoPackage — Three Feature Layers in One SQLite Container

GeoPackage — Three Feature Layers in One SQLite Container

The territory as an OGC GeoPackage: an ordinary SQLite database with the three required metadata tables and three feature layers whose geometry columns hold GeoPackage binary blobs. Unlike a shapefile it carries several geometry types, long column names and real typed columns in one file.

File
GPKG · Geopackage
Use case
GeospatialConversion testing+1· Conversion set
Preview of GeoPackage — Aspatial Attributes Table (no geometry column)
gpkg
36 KB
Actual file preview for GeoPackage — Aspatial Attributes Table (no geometry column)

GeoPackage — Aspatial Attributes Table (no geometry column)

A GeoPackage holding an `attributes` table with no geometry at all — the standard's own answer to a lookup table you want to ship alongside your layers. Its gpkg_contents row has null bounds and a null SRS, which is what readers that assume every row is spatial trip over.

File
GPKG · Geopackage · 10 rows
Use case
GeospatialData import+1· Conversion set
Preview of MBTiles — Raster Tile Pyramid, Zoom 4 to 8
mbtiles
16 KB
Actual file preview for MBTiles — Raster Tile Pyramid, Zoom 4 to 8

MBTiles — Raster Tile Pyramid, Zoom 4 to 8

A small raster tile pyramid covering the invented territory, one flat colour per zoom level so a wrongly addressed tile is obvious on sight. The row axis follows the TMS convention, which is flipped relative to the XYZ scheme web maps use — the single most common reason an MBTiles layer renders upside down.

File
MBTILES · Geopackage
Use case
GeospatialData import+1· Conversion set
Preview of MBTiles — Structurally Valid Tileset With No Tiles
mbtiles
16 KB
Actual file preview for MBTiles — Structurally Valid Tileset With No Tiles

MBTiles — Structurally Valid Tileset With No Tiles

Every required MBTiles table and metadata key, and not one tile row. This is what a failed or interrupted tile build actually produces, and it is the fixture that finds code which reports success because the file opened and the schema validated.

File
MBTILES · Geopackage
Use case
GeospatialError handling+1· Conversion set
Preview of OSM XML — Multipolygon Relation With Outer and Inner Ways
osm
1.2 KB
Actual file preview for OSM XML — Multipolygon Relation With Outer and Inner Ways

OSM XML — Multipolygon Relation With Outer and Inner Ways

Wither Lake and its island as an OSM multipolygon relation: two closed ways tagged separately and joined by a relation whose members carry outer and inner roles. OSM has no polygon primitive at all, so reconstructing the hole means reading the relation rather than the ways.

File
OSM · Gml Osm · UTF-8
Use case
GeospatialConversion testing+1· Conversion set
Preview of OSM XML — Intentionally Invalid: Way and Relation With Dangling References
osm
513 B
Actual file preview for OSM XML — Intentionally Invalid: Way and Relation With Dangling References

OSM XML — Intentionally Invalid: Way and Relation With Dangling References

Intentionally invalid: a way referencing node -9 and a relation referencing way -999, neither of which is in the file. This is the normal state of a bounding-box extract, where objects are clipped at the boundary — so a reader has to decide between rejecting the file and building partial geometry, and must say which.

File
OSM · Gml Osm · UTF-8
Use case
GeospatialError handling+1· Conversion set
Preview of FITS BINTABLE — Typed Columns with TUNIT (.fits)
fits
8.4 KB
Actual file preview for FITS BINTABLE — Typed Columns with TUNIT (.fits)

FITS BINTABLE — Typed Columns with TUNIT (.fits)

A FITS binary table with four typed columns, big-endian numerics packed with no inter-field padding and TUNIT declaring milli-jansky on the two flux columns. It is the fixture for a table reader that has to build a row struct from TFORM codes rather than guess widths.

File
FITS · Fits · 12 rows
Use case
Scientific dataSerialization testing+1· Conversion set
Preview of HDF5 Compound Record dtype — Mixed Field Types (.h5)
h5
6.3 KB
Actual file preview for HDF5 Compound Record dtype — Mixed Field Types (.h5)

HDF5 Compound Record dtype — Mixed Field Types (.h5)

A compound-dtype dataset mixing an integer key, two float measurements, a fixed-width byte string and a boolean flag in a single record. It is the fixture for readers that must map an HDF5 record type onto a native struct without reordering or repadding the fields.

File
H5 · Hdf5 · 10 records
Use case
Scientific dataSerialization testing+1· Conversion set
Preview of NumPy .npy — Structured Record Array with Units in Field Names (.npy)
npy
528 B
Actual file preview for NumPy .npy — Structured Record Array with Units in Field Names (.npy)

NumPy .npy — Structured Record Array with Units in Field Names (.npy)

A 16-record structured array carrying a value, its uncertainty and a quality flag, with the physical unit encoded in the field-name suffix because .npy has nowhere else to put it. The header descriptor is a list of field tuples rather than a single type string, which is the parsing branch this file exercises.

File
NPY · Arrays · 16 records
Use case
Scientific dataSerialization testing+1· Conversion set
Preview of Units on a Second Header Row — Not Data (.csv)
csv
373 B
Actual file preview for Units on a Second Header Row — Not Data (.csv)

Units on a Second Header Row — Not Data (.csv)

The same instrument export with units on a second header row instead of inside the column names, which is how a great many laboratory instruments write CSV. An importer that treats row two as data types every measurement column as text and then quietly refuses to plot anything.

File
CSV · Measurements
Use case
Scientific dataCSV parsing+2· Conversion set
Preview of Gravimetric Mass — TSV With Bracketed Units and Spaces in Headers (.tsv)
tsv
625 B
Actual file preview for Gravimetric Mass — TSV With Bracketed Units and Spaces in Headers (.tsv)

Gravimetric Mass — TSV With Bracketed Units and Spaces in Headers (.tsv)

Ten weighings as tab-separated values with headers that contain spaces, brackets and parentheses — 'u(mass) [g]' — the way balance software actually writes them. Column names like these break naive slug-based header handling long before the numbers become a problem.

File
TSV · Measurements · 10 rows
Use case
Scientific dataEditor testing+1· Conversion set
Preview of Three-Molecule SDfile Library — Multi-Record (.sdf)
sdf
2 KB
Actual file preview for Three-Molecule SDfile Library — Multi-Record (.sdf)

Three-Molecule SDfile Library — Multi-Record (.sdf)

Three molecules of different sizes in one SDfile, each with its own connection table and four data fields, separated by the $$$$ terminator. It is the fixture for streaming SDfile readers that have to split on the terminator rather than load the whole file.

File
SDF · Chemistry · 3 records
Use case
Scientific dataEditor testing+1· Conversion set
Preview of SMILES Library — Ten Structures Including Aromatics and Salts (.smi)
smi
168 B
Actual file preview for SMILES Library — Ten Structures Including Aromatics and Salts (.smi)

SMILES Library — Ten Structures Including Aromatics and Salts (.smi)

Ten tab-delimited SMILES covering the notation features that trip parsers: lowercase aromatic atoms, ring-closure digits, branch parentheses, explicit charges in brackets and a dot-disconnected salt. Every structure is small enough to verify by hand.

File
SMI · Chemistry · 10 records
Use case
Scientific dataEditor testing+1· Conversion set