Skip to content
Novus Examples

Data

Data files are where parsers quietly break, so this category leans into the edge cases. The CSV set runs from clean to deliberately messy — quoted commas, embedded newlines, ragged rows, semicolon and tab delimiters, a headerless file, a ten-thousand-row file, and a Latin-1 encoded file. JSON comes flat, deeply nested, as JSON Lines, and intentionally invalid for error-handling tests. OpenAPI and JSON Schema twins, paginated API and webhook fixtures, and irregular time-series edges cover modern API QA. There's XML, YAML, and a real SQLite database with related tables, plus faker-generated user and order datasets with documented schemas. Each file spells out its exact quirks in the spec, so when your importer chokes you know precisely which case did it.

Filter data on Browse · 430 files · 49 subcategories

430 of 430 files

Api

Preview of API Response — Users Page 1 (JSON)
json
451 B
Actual file preview for API Response — Users Page 1 (JSON)

API Response — Users Page 1 (JSON)

Page 1 of a paginated JSON API response (users), with page metadata and a `hasMore` flag. Paired with page 2 for testing pagination and infinite-scroll logic.

File
JSON · Api
Use case
API testingConversion testing· Conversion set
Preview of GraphQL Schema (SDL)
graphql
483 B
Actual file preview for GraphQL Schema (SDL)

GraphQL Schema (SDL)

A GraphQL Schema Definition Language (SDL) file with queries, a mutation, object/input types, and an enum — for testing GraphQL schema parsers, linters, and code generators.

File
GRAPHQL · Api
Preview of OpenAPI 3.1 Spec (JSON)
json
3.1 KB
Actual file preview for OpenAPI 3.1 Spec (JSON)

OpenAPI 3.1 Spec (JSON)

A small but complete OpenAPI 3.1 description (two paths, three schemas) in JSON — for testing API tooling, mock servers, client codegen, and docs generators.

File
JSON · Api
Use case
API testingConversion testing· Conversion set
Preview of OpenAPI 3.1 Spec (YAML)
yaml
1.8 KB
Actual file preview for OpenAPI 3.1 Spec (YAML)

OpenAPI 3.1 Spec (YAML)

The same OpenAPI 3.1 description in YAML — the format most API definitions ship in. Paired with the JSON twin for testing YAML↔JSON conversion and spec parsers.

File
YAML · Api
Use case
API testingConversion testing· Conversion set

Banking

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 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 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

Binary

Preview of Avro — Row Binary + Schema
avro
783 B
Actual file preview for Avro — Row Binary + Schema

Avro — Row Binary + Schema

The same records as Apache Avro — a compact row-based binary format that embeds its own schema, widely used in Kafka pipelines. For testing Avro decoders and schema evolution.

File
AVRO · Binary · 5 rows
Use case
Conversion testingData engineering· Conversion set
Preview of DBF — dBase / xBase Table
dbf
761 B
Actual file preview for DBF — dBase / xBase Table

DBF — dBase / xBase Table

The employee table as a dBase (DBF) file — the venerable xBase table format still emitted by GIS tools and legacy databases. For testing DBF readers and DBF→CSV conversion.

File
DBF · Binary · 5 rows
Preview of Feather — Arrow IPC Table
feather
1.8 KB
Actual file preview for Feather — Arrow IPC Table

Feather — Arrow IPC Table

The same table as Feather (Arrow IPC file) — the zero-copy on-disk form of an Apache Arrow table. For testing Arrow readers and fast columnar interchange.

File
FEATHER · Binary · 5 rows
Use case
Conversion testingData engineering· Conversion set
Preview of HDF5 — Hierarchical Scientific Data
h5
6.3 KB
Actual file preview for HDF5 — Hierarchical Scientific Data

HDF5 — Hierarchical Scientific Data

A small HDF5 file with a compound 'employees' dataset and a numeric 'readings' grid — the hierarchical format used across science and ML. For testing h5py/HDF5 readers and conversion.

File
H5 · Binary · 5 rows
Preview of MessagePack — Binary JSON
msgpack
619 B
Actual file preview for MessagePack — Binary JSON

MessagePack — Binary JSON

The records as MessagePack — a compact binary serialization that maps onto the JSON data model, common in caches and RPC. For testing MessagePack codecs and JSON↔MessagePack conversion.

File
MSGPACK · Binary · 5 rows
Use case
Conversion testingSerialization testing· Conversion set
Preview of ORC — Columnar Table
orc
1.5 KB
Actual file preview for ORC — Columnar Table

ORC — Columnar Table

The same employee table as Apache ORC — the columnar format common in the Hive/Hadoop ecosystem. For testing ORC readers and Parquet↔ORC conversion.

File
ORC · Binary · 5 rows
Use case
Conversion testingData engineering· Conversion set
Preview of Parquet — Columnar Table
parquet
2.4 KB
Actual file preview for Parquet — Columnar Table

Parquet — Columnar Table

A small employee table as Apache Parquet — the columnar format at the heart of modern data lakes and analytics. For testing Parquet readers (pandas, Spark, DuckDB) and conversion.

File
PARQUET · Binary · 5 rows
Use case
Conversion testingData engineering· Conversion set
Preview of Protobuf — Encoded Message
pb
45 B
Actual file preview for Protobuf — Encoded Message

Protobuf — Encoded Message

A single protobuf User message in binary wire format (varint + length-delimited fields) — the serialized counterpart to the user.proto schema. For testing protobuf decoders without the generated code.

File
PB · Binary · 5 rows

Calendar Contacts

Preview of Embedded-Photo Contact - vCard 2.1
vcf
457 B
Actual file preview for Embedded-Photo Contact - vCard 2.1

Embedded-Photo Contact - vCard 2.1

A fictional contact carrying the same tiny portrait in the version-specific photo syntax used by vCard 2.1, 3.0 and 4.0. This member uses vCard 2.1 syntax.

File
VCF · Calendar Contacts
Use case
Contact parsingConversion testing· Conversion set
Preview of Embedded-Photo Contact - vCard 3.0
vcf
452 B
Actual file preview for Embedded-Photo Contact - vCard 3.0

Embedded-Photo Contact - vCard 3.0

A fictional contact carrying the same tiny portrait in the version-specific photo syntax used by vCard 2.1, 3.0 and 4.0. This member uses vCard 3.0 syntax.

File
VCF · Calendar Contacts
Use case
Contact parsingConversion testing· Conversion set
Preview of Embedded-Photo Contact - vCard 4.0
vcf
454 B
Actual file preview for Embedded-Photo Contact - vCard 4.0

Embedded-Photo Contact - vCard 4.0

A fictional contact carrying the same tiny portrait in the version-specific photo syntax used by vCard 2.1, 3.0 and 4.0. This member uses vCard 4.0 syntax.

File
VCF · Calendar Contacts
Use case
Contact parsingConversion testing· Conversion set
Preview of iCalendar Event
ics
356 B
Actual file preview for iCalendar Event

iCalendar Event

An iCalendar (.ics) file with a single event and CRLF line endings per spec — for testing calendar imports.

File
ICS · Calendar Contacts · UTF-8
Preview of Multi-Value Contact - vCard 2.1
vcf
217 B
Actual file preview for Multi-Value Contact - vCard 2.1

Multi-Value Contact - vCard 2.1

A fictional contact with repeated typed properties for testing importers that otherwise keep only the first value. This member uses vCard 2.1 syntax.

File
VCF · Calendar Contacts
Use case
Contact parsingConversion testing· Conversion set
Preview of Multi-Value Contact - vCard 3.0
vcf
237 B
Actual file preview for Multi-Value Contact - vCard 3.0

Multi-Value Contact - vCard 3.0

A fictional contact with repeated typed properties for testing importers that otherwise keep only the first value. This member uses vCard 3.0 syntax.

File
VCF · Calendar Contacts
Use case
Contact parsingConversion testing· Conversion set
Preview of Multi-Value Contact - vCard 4.0
vcf
227 B
Actual file preview for Multi-Value Contact - vCard 4.0

Multi-Value Contact - vCard 4.0

A fictional contact with repeated typed properties for testing importers that otherwise keep only the first value. This member uses vCard 4.0 syntax.

File
VCF · Calendar Contacts
Use case
Contact parsingConversion testing· Conversion set
Preview of Unicode Contact - vCard 2.1
vcf
231 B
Actual file preview for Unicode Contact - vCard 2.1

Unicode Contact - vCard 2.1

A fictional multilingual contact for checking Unicode decoding and round trips between legacy and current vCard versions. This member uses vCard 2.1 syntax.

File
VCF · Calendar Contacts
Use case
Contact parsingConversion testing· Conversion set
Preview of Unicode Contact - vCard 3.0
vcf
195 B
Actual file preview for Unicode Contact - vCard 3.0

Unicode Contact - vCard 3.0

A fictional multilingual contact for checking Unicode decoding and round trips between legacy and current vCard versions. This member uses vCard 3.0 syntax.

File
VCF · Calendar Contacts
Use case
Contact parsingConversion testing· Conversion set
Preview of Unicode Contact - vCard 4.0
vcf
195 B
Actual file preview for Unicode Contact - vCard 4.0

Unicode Contact - vCard 4.0

A fictional multilingual contact for checking Unicode decoding and round trips between legacy and current vCard versions. This member uses vCard 4.0 syntax.

File
VCF · Calendar Contacts
Use case
Contact parsingConversion testing· Conversion set
Preview of vCard Contact
vcf
208 B
Actual file preview for vCard Contact

vCard Contact

A vCard 3.0 contact with name, email, phone, and address — for testing contact importers.

File
VCF · Calendar Contacts · UTF-8

Columnar

Config

Preview of Dockerfile (multi-stage)
dockerfile
419 B
Actual file preview for Dockerfile (multi-stage)

Dockerfile (multi-stage)

A sample multi-stage Dockerfile with a build stage and a slim runtime stage — for testing Dockerfile parsers, linters (hadolint), and syntax highlighting. Illustrative only.

File
DOCKERFILE · Config
Preview of INI Configuration
ini
158 B
Actual file preview for INI Configuration

INI Configuration

A classic INI configuration file with sections and key/value pairs — for testing INI parsers.

File
INI · Config · UTF-8
Preview of TOML Configuration
toml
289 B
Actual file preview for TOML Configuration

TOML Configuration

A TOML configuration file with tables, inline values, and an array of tables — for testing TOML parsers.

File
TOML · Config · UTF-8

CSV

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 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 Headerless CSV
csv
453 B
Actual file preview for Headerless CSV

Headerless CSV

A CSV with no header row — for testing parsers that must infer or be told the column names.

File
CSV · CSV · 20 rows
Use case
CSV parsing
Preview of Latin-1 Encoded CSV
csv
86 B
Actual file preview for Latin-1 Encoded CSV

Latin-1 Encoded CSV

A CSV encoded in Latin-1 (ISO-8859-1) with accented names — for testing encoding detection and mis-decoding (it will look wrong if read as UTF-8).

File
CSV · CSV · 3 rows
Preview of Messy CSV (quoted commas, newlines, ragged rows)
csv
222 B
Actual file preview for Messy CSV (quoted commas, newlines, ragged rows)

Messy CSV (quoted commas, newlines, ragged rows)

A deliberately messy CSV: a quoted field with a comma, a quoted field with an embedded newline, escaped double-quotes, and ragged rows with too few and too many fields — the cases that break naïve parsers.

File
CSV · CSV · UTF-8
Preview of Semicolon-Delimited CSV
csv
473 B
Actual file preview for Semicolon-Delimited CSV

Semicolon-Delimited CSV

A CSV that uses semicolons as the delimiter (common in European locales) — for testing delimiter detection.

File
CSV · CSV · 20 rows
Use case
CSV parsing
Preview of Tab-Separated Values (TSV)
tsv
473 B
Actual file preview for Tab-Separated Values (TSV)

Tab-Separated Values (TSV)

A tab-separated values file with a header and 20 rows — for testing TSV parsing and delimiter handling.

File
TSV · CSV · 20 rows
Use case
CSV parsing

Database

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

Diagrams

Preview of draw.io Diagram (XML)
drawio
1.5 KB
Actual file preview for draw.io Diagram (XML)

draw.io Diagram (XML)

A draw.io (diagrams.net) diagram in its native mxGraphModel XML — a small flowchart — for testing draw.io import/export and XML parsing of diagram files.

File
DRAWIO · Diagrams
Use case
Conversion testingEditor testing· Conversion set
Preview of Graphviz DOT Graph
dot
217 B
Actual file preview for Graphviz DOT Graph

Graphviz DOT Graph

A Graphviz DOT directed graph describing a fulfilment pipeline — for testing DOT parsing, Graphviz rendering, and DOT-to-SVG/PNG conversion.

File
DOT · Diagrams
Use case
Conversion testingEditor testing· Conversion set
Preview of Mermaid Flowchart (MMD)
mmd
188 B
Actual file preview for Mermaid Flowchart (MMD)

Mermaid Flowchart (MMD)

A Mermaid flowchart of an order-fulfilment process as diagrams-as-code — for testing Mermaid rendering, diagram-to-image conversion, and Markdown pipelines that embed Mermaid.

File
MMD · Diagrams
Use case
Conversion testingEditor testing· Conversion set
Preview of PlantUML Sequence Diagram
puml
286 B
Actual file preview for PlantUML Sequence Diagram

PlantUML Sequence Diagram

A PlantUML sequence diagram of an order interaction (customer, store, warehouse) as diagrams-as-code — for testing PlantUML parsing and diagram rendering pipelines.

File
PUML · Diagrams
Use case
Conversion testingEditor testing· Conversion set

Ecommerce

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 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 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 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

Edge Cases

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 Formula-Injection Safe Sample
csv
57 B
Actual file preview for CSV Formula-Injection Safe Sample

CSV Formula-Injection Safe Sample

A sanitization-test CSV with one equals-prefixed cell clearly labelled sample-only. Use it to verify importers neutralize spreadsheet formulas — not an attack list.

File
CSV · Edge Cases · 2 rows
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 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 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 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 JSON with Duplicate Keys
json
234 B
Actual file preview for JSON with Duplicate Keys

JSON with Duplicate Keys

A JSON object that repeats several member names (name, tags, timeout, active). RFC 8259 permits duplicate keys but leaves the result parser-defined — most keep the last. A fixture for testing how a JSON parser resolves duplicates.

File
JSON · Edge Cases
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

Encodings

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 — 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 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 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

Fake Datasets

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 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

Feeds

Preview of Atom Feed
atom
580 B
Actual file preview for Atom Feed

Atom Feed

A well-formed Atom feed with multiple entries — for testing feed readers and parsers.

File
ATOM · Feeds · UTF-8
Use case
Feed parsing
Preview of HLS Playlist (M3U8)
m3u8
222 B
Actual file preview for HLS Playlist (M3U8)

HLS Playlist (M3U8)

An HTTP Live Streaming (HLS) media playlist in UTF-8 M3U8 — #EXT-X-VERSION, target duration, four timed .ts segments, and #EXT-X-ENDLIST — for testing HLS parsers and adaptive-streaming players.

File
M3U8 · Feeds
Preview of JSON Feed 1.1
json
1.3 KB
Actual file preview for JSON Feed 1.1

JSON Feed 1.1

A JSON Feed 1.1 document — the JSON alternative to RSS/Atom — with a feed header and three items using content_html, content_text, tags, and publish dates, for testing JSON Feed parsers and readers.

File
JSON · Feeds
Preview of M3U Playlist
m3u
244 B
Actual file preview for M3U Playlist

M3U Playlist

An extended M3U media playlist with #EXTINF duration and title directives over three track references (local and remote) — for testing playlist parsers and media players.

File
M3U · Feeds
Preview of OPML Subscription List
opml
849 B
Actual file preview for OPML Subscription List

OPML Subscription List

An OPML 2.0 subscription list with nested outline groups and three feed entries (title, xmlUrl, htmlUrl) — the format RSS readers use to import and export subscriptions, for testing OPML parsers.

File
OPML · Feeds
Preview of RSS 2.0 Feed
rss
699 B
Actual file preview for RSS 2.0 Feed

RSS 2.0 Feed

A well-formed RSS 2.0 feed with a channel and multiple items — for testing feed readers and parsers.

File
RSS · Feeds · UTF-8
Use case
Feed parsing

Finance

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

Fintech

Preview of Fintech Payment Intent (JSON)
json
112 B
Actual file preview for Fintech Payment Intent (JSON)

Fintech Payment Intent (JSON)

Stripe-style payment intent SAMPLE JSON for checkout integration tests.

File
JSON · Fintech
Use case
API testing

Geospatial

Preview of GeoJSON Sample
geojson
548 B
Actual file preview for GeoJSON Sample

GeoJSON Sample

A GeoJSON FeatureCollection with a point, a line, and a polygon — for testing map tools and geo importers.

File
GEOJSON · Geospatial · UTF-8
Preview of GPX Track
gpx
495 B
Actual file preview for GPX Track

GPX Track

A GPX track with timestamped trackpoints and elevation — for testing route parsers and mapping tools.

File
GPX · Geospatial · UTF-8
Use case
Geospatial
Preview of KML Places
kml
364 B
Actual file preview for KML Places

KML Places

A KML document with named placemarks — for testing Google Earth / mapping importers.

File
KML · Geospatial · UTF-8
Use case
Geospatial
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 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

Graph

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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 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 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 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 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 - 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 - 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

Graphql

Preview of Sample GraphQL Schema
graphql
86 B
Actual file preview for Sample GraphQL Schema

Sample GraphQL Schema

Sample GraphQL Schema — small deterministic fixture for parsers and the in-browser editor.

File
GRAPHQL · Graphql

Healthcare

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 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

Hr

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

Inventory

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

Iot

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

JSON

Preview of Deeply Nested JSON
json
872 B
Actual file preview for Deeply Nested JSON

Deeply Nested JSON

A deeply nested JSON document with objects inside arrays inside objects — for testing recursive parsing and path access.

File
JSON · JSON
Use case
JSON parsing
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 Intentionally Invalid JSON
json
165 B
Actual file preview for Intentionally Invalid JSON

Intentionally Invalid JSON

An intentionally invalid JSON file with a trailing comma and a missing closing brace — for testing parser error handling and messages. Not valid JSON by design.

File
JSON · JSON
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 JSON Schema (User)
json
397 B
Actual file preview for JSON Schema (User)

JSON Schema (User)

A draft-07 JSON Schema describing a user object — for testing schema validators and schema-aware tooling.

File
JSON · JSON · UTF-8
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

Lab

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

Large

Logs

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 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 Docker Container Log — json-file driver (log)
log
2.4 KB
Actual file preview for Docker Container Log — json-file driver (log)

Docker Container Log — json-file driver (log)

A Docker json-file container log — one JSON object per line with the log text, stream (stdout/stderr), and an RFC 3339 timestamp, exactly as Docker's default logging driver writes it. A fixture for container-log shippers and parsers.

File
LOG · Logs
Preview of Java Stack Trace (log)
log
916 B
Actual file preview for Java Stack Trace (log)

Java Stack Trace (log)

A realistic Java stack trace — a Spring-style NullPointerException with a nested 'Caused by' chain and '... N more' elision. A fixture for testing stack-trace parsers, error groupers, and log viewers.

File
LOG · Logs · 8 frames
Use case
Log parsingError handling· Conversion set
Preview of JSON-Lines Application Log
jsonl
351 B
Actual file preview for JSON-Lines Application Log

JSON-Lines Application Log

A structured application log with one JSON object per line at info/debug/warn/error levels — for testing log ingestion.

File
JSONL · Logs · 4 records
Use case
Log parsing
Preview of Kubernetes Component Log — klog (log)
log
2.5 KB
Actual file preview for Kubernetes Component Log — klog (log)

Kubernetes Component Log — klog (log)

A Kubernetes-component log in the klog/glog format — a severity letter, timestamp, thread id, and source location prefix followed by the message. A fixture for testing klog parsers and severity extraction.

File
LOG · Logs
Preview of Nginx Access Log
log
398 B
Actual file preview for Nginx Access Log

Nginx Access Log

An nginx combined-format access log with several requests, including a 403 and a 404 — for testing log parsers.

File
LOG · Logs · 4 records
Use case
Log parsing
Preview of Node.js Stack Trace (log)
log
551 B
Actual file preview for Node.js Stack Trace (log)

Node.js Stack Trace (log)

A realistic Node.js/Express stack trace — a TypeError with V8-style 'at function (file:line:col)' frames including an async frame and internal node: frames. A fixture for testing JS stack-trace parsers.

File
LOG · Logs · 7 frames
Use case
Log parsingError handling· Conversion set
Preview of Python Traceback (log)
log
631 B
Actual file preview for Python Traceback (log)

Python Traceback (log)

A realistic Python traceback with a chained exception ('During handling of the above exception...') and a caret error indicator. A fixture for testing traceback parsers and error-reporting tools.

File
LOG · Logs · 4 frames
Use case
Log parsingError handling· Conversion set
Preview of Structured Log — logfmt (log)
log
4 KB
Actual file preview for Structured Log — logfmt (log)

Structured Log — logfmt (log)

A structured application log in logfmt — space-separated key=value pairs (ts, level, msg, method, path, status, duration, request_id) as used by many Go and Heroku-style services. A fixture for testing logfmt parsers.

File
LOG · Logs
Preview of Syslog Messages — RFC 3164 (log)
log
2.9 KB
Actual file preview for Syslog Messages — RFC 3164 (log)

Syslog Messages — RFC 3164 (log)

A BSD-style syslog (RFC 3164) sample — timestamp, host, process and PID, then the message, across sshd, cron, kernel, nginx, and application entries. A fixture for testing syslog parsers and forwarders.

File
LOG · Logs

Marketing

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

Notebooks

Preview of Jupyter Notebook (IPYNB)
ipynb
1.7 KB
Actual file preview for Jupyter Notebook (IPYNB)

Jupyter Notebook (IPYNB)

A valid Jupyter notebook (nbformat 4.5) with markdown cells, code cells, and real outputs (stdout stream and an execute result) — for testing notebook parsers, nbconvert, and JSON tooling.

File
IPYNB · Notebooks

P8 Convert

Preview of Convert v2 ORC Employee Table Source
orc
1.5 KB
Actual file preview for Convert v2 ORC Employee Table Source

Convert v2 ORC Employee Table Source

Binary orc source for the five-row P8 employee conversion table, preserving ids, names, departments, booleans, and scores. Stable P8 artifact p8-convert-orc-source.

File
ORC · P8 Convert · 5 rows
Use case
Conversion testingData engineering+1· Conversion set
Preview of Convert v2 ORC Expected CSV
csv
434 B
Actual file preview for Convert v2 ORC Expected CSV

Convert v2 ORC Expected CSV

Csv semantic reference for the five-row P8 employee conversion table, preserving ids, names, departments, booleans, and scores. Stable P8 artifact p8-convert-orc-csv.

File
CSV · P8 Convert · 5 rows
Use case
Conversion testingData engineering+1· Conversion set
Preview of Convert v2 ORC Expected JSON
json
977 B
Actual file preview for Convert v2 ORC Expected JSON

Convert v2 ORC Expected JSON

Json semantic reference for the five-row P8 employee conversion table, preserving ids, names, departments, booleans, and scores. Stable P8 artifact p8-convert-orc-json.

File
JSON · P8 Convert · 5 rows
Use case
Conversion testingData engineering+1· Conversion set

Pos

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

Protobuf

Preview of Sample Protobuf Schema
proto
68 B
Actual file preview for Sample Protobuf Schema

Sample Protobuf Schema

Sample Protobuf Schema — small deterministic fixture for parsers and the in-browser editor.

File
PROTO · Protobuf

Real Estate

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

Recommender

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

Saas

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

Schema

Preview of Event JSON Schema
json
383 B
Actual file preview for Event JSON Schema

Event JSON Schema

Draft-07 JSON Schema describing a SAMPLE event object for domain-specific validator tests.

File
JSON · Schema
Preview of Product Instance — Invalid (JSON)
json
91 B
Actual file preview for Product Instance — Invalid (JSON)

Product Instance — Invalid (JSON)

A product object that deliberately violates the product JSON Schema in five ways (out-of-range id, empty name, non-positive price, wrong boolean type, an extra property) — the negative case for testing validator error reporting.

File
JSON · Schema
Use case
Schema validationError handling· Paired fixture
Preview of Product Instance — Valid (JSON)
json
143 B
Actual file preview for Product Instance — Valid (JSON)

Product Instance — Valid (JSON)

A product object that conforms to the product JSON Schema — the positive case for testing a JSON-Schema validator.

File
JSON · Schema
Use case
Schema validation· Paired fixture
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

Scientific

Preview of BibTeX Bibliography (.bib)
bib
678 B
Actual file preview for BibTeX Bibliography (.bib)

BibTeX Bibliography (.bib)

A BibTeX bibliography with three real citations (Lovelace, Knuth, Shannon) across article, book, and inproceedings types — for testing BibTeX parsers, reference managers, and citation converters.

File
BIB · Scientific
Use case
Scientific dataEditor testing· Conversion set
Preview of FITS Image (.fits)
fits
5.6 KB
Actual file preview for FITS Image (.fits)

FITS Image (.fits)

A minimal but valid FITS image — a primary header of 80-character cards padded to a 2880-byte block, followed by a 16x16 unsigned-byte pixel gradient — for testing FITS readers and header-card parsers.

File
FITS · Scientific
Preview of MDL Molfile — Water (.mol)
mol
302 B
Actual file preview for MDL Molfile — Water (.mol)

MDL Molfile — Water (.mol)

An MDL Molfile (V2000) of a water molecule with standard geometry — a counts line, atom block with 2D coordinates, and bond block — for testing cheminformatics parsers and MOL/SDF converters.

File
MOL · Scientific
Use case
Scientific dataEditor testing· Conversion set
Preview of NetCDF Gridded Data (.nc)
nc
840 B
Actual file preview for NetCDF Gridded Data (.nc)

NetCDF Gridded Data (.nc)

A NetCDF-3 (classic) file holding a small CF-convention gridded temperature field over latitude, longitude, and time, with named dimensions and units — for testing NetCDF readers like netCDF4 and xarray.

File
NC · Scientific
Preview of PDB Structure — Water (.pdb)
pdb
525 B
Actual file preview for PDB Structure — Water (.pdb)

PDB Structure — Water (.pdb)

The same water molecule in PDB format with fixed-column HETATM coordinate records and a CONECT bond record — for testing molecular-structure parsers and viewers and PDB/MOL conversion.

File
PDB · Scientific
Use case
Scientific dataEditor testing· Conversion set
Preview of RIS Citations (.ris)
ris
447 B
Actual file preview for RIS Citations (.ris)

RIS Citations (.ris)

The same three references as an RIS citation file with two-letter tags and ER record terminators — the twin of the BibTeX file, for testing RIS import and BibTeX/RIS conversion.

File
RIS · Scientific · 3 records
Use case
Scientific dataEditor testing· Conversion set

Security

Preview of Ed25519 Private Key (PEM)
key
119 B
Actual file preview for Ed25519 Private Key (PEM)

Ed25519 Private Key (PEM)

An Ed25519 private key in PKCS#8 PEM, derived from a fixed seed — a published, sample-only modern elliptic-curve key for testing PEM parsers and Ed25519 tooling. Never use it for real.

File
KEY · Security
Preview of htpasswd (HTTP Basic Auth)
htpasswd
208 B
Actual file preview for htpasswd (HTTP Basic Auth)

htpasswd (HTTP Basic Auth)

An Apache/nginx .htpasswd file with two users hashed using the {SHA} scheme (Base64 SHA-1) — the sample passwords are documented in the file, for testing Basic-Auth credential parsers and hash identification.

File
HTPASSWD · Security
Preview of PKCS#12 Bundle (.p12)
p12
2.7 KB
Actual file preview for PKCS#12 Bundle (.p12)

PKCS#12 Bundle (.p12)

A PKCS#12 (.p12/PFX) bundle packaging the sample RSA key and certificate together, protected with the sample password 'novus-sample' — for testing keystore importers and PKCS#12 parsers. (The PKCS#12 MAC salt is random, so this file is intentionally not byte-stable.)

File
P12 · Security
Preview of RSA 2048 Private Key (PEM)
key
1.7 KB
Actual file preview for RSA 2048 Private Key (PEM)

RSA 2048 Private Key (PEM)

A 2048-bit RSA private key in unencrypted PKCS#8 PEM — a deliberately PUBLISHED, sample-only key for testing PEM key parsers and PKCS#8 decoders. Never use it for anything real.

File
KEY · Security
Preview of Sample JWT — Decoded (JSON)
json
574 B
Actual file preview for Sample JWT — Decoded (JSON)

Sample JWT — Decoded (JSON)

The decoded header and payload of the sample JWT as JSON, alongside the public signing secret and algorithm — the ground truth for checking a JWT decoder's output.

File
JSON · Security
Use case
JSON parsingEditor testing· Paired fixture
Preview of Sample JWT (HS256)
jwt
354 B
Actual file preview for Sample JWT (HS256)

Sample JWT (HS256)

A sample JSON Web Token (JWT) signed with HS256 using a published example secret — verifiable but powerless — for testing JWT decoders and validators. Sample only, never for production. Paired with its decoded claims.

File
JWT · Security
Use case
Conversion testingEditor testing· Paired fixture
Preview of SSH Public Key (Ed25519)
pub
102 B
Actual file preview for SSH Public Key (Ed25519)

SSH Public Key (Ed25519)

An OpenSSH-format Ed25519 public key (the shareable half of the key pair) — a single line of algorithm, Base64 key blob, and comment, for testing SSH public-key parsers and authorized_keys tooling.

File
PUB · Security
Preview of X.509 Certificate (.crt)
crt
1.2 KB
Actual file preview for X.509 Certificate (.crt)

X.509 Certificate (.crt)

The same self-signed certificate under the conventional .crt extension (PEM-encoded) — for testing trust-store importers and tools that key off the .crt extension. Sample only.

File
CRT · Security
Use case
Certificate & key testingEditor testing· Conversion set
Preview of X.509 Certificate (DER)
der
903 B
Actual file preview for X.509 Certificate (DER)

X.509 Certificate (DER)

The binary DER encoding of the same certificate — for testing ASN.1/DER parsers, Java keystores, and DER-to-PEM converters. Published sample certificate, not a real identity.

File
DER · Security
Use case
Certificate & key testingEditor testing· Conversion set
Preview of X.509 Certificate (PEM)
pem
1.2 KB
Actual file preview for X.509 Certificate (PEM)

X.509 Certificate (PEM)

A self-signed X.509 v3 certificate in PEM (Base64) encoding with a SAN and key-usage extensions — published sample material for testing certificate and TLS parsers. Not a real identity.

File
PEM · Security
Use case
Certificate & key testingEditor testing· Conversion set

Sports

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

Sql

Preview of MySQL SQL Dump
sql
364 B
Actual file preview for MySQL SQL Dump

MySQL SQL Dump

A MySQL-flavour SQL dump with backtick-quoted identifiers and engine options — for testing SQL importers.

File
SQL · Sql · 2 rows
Use case
SQL import
Preview of Postgres SQL Dump
sql
276 B
Actual file preview for Postgres SQL Dump

Postgres SQL Dump

A Postgres-flavour SQL dump with a CREATE TABLE and INSERT statements — for testing SQL importers and migrations.

File
SQL · Sql · 2 rows
Use case
SQL import

Star Schema

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 — 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 — 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

Support

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

Surveys

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

Synth

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 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 (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 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 (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 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 (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 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 (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 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 (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 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 (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 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 (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 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 (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 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 (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 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 (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 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 (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 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 (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 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 (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 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 (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 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 (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 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 (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 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 (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 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 (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 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 (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 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

Timeseries

Travel

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

Weather

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

XML

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

YAML

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

Frequently asked questions

What CSV edge cases do you cover?

Encoding matrix (UTF-8 BOM, UTF-16, CP1252, Shift-JIS, Latin-1), delimiter variants, fixed-width, ragged rows, quoted newlines, and domain mini-datasets (SaaS, POS, lab, marketing).

Are datasets realistic or random?

Schemas are documented and values are deterministic synthetic SAMPLE data — shaped like production exports without real customer PII.

How do I test encoding detection?

Filter Browse by purpose encoding-detection or open the encodings subcategory under Data.

Do you include OpenAPI, JSON Schema, or time-series edges?

Yes — later waves add valid/invalid schema twins, pagination and webhook API fixtures, and irregular timestamp / DST-gap series. Filter by schema-testing or timeseries-testing.