Skip to content
Novus Examples

Explore the test library

Search files, editable visual templates, and live browser targets from one registry-backed directory. Filtered query views stay crawlable for links but are deliberately noindex; the stable taxonomy pages below remain the canonical search surfaces.

430 results

Page 11 of 18; 24 results per page.

Show the canonical directory
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 Large Transactions Dataset (CSV, 50k rows)
csv
2.7 MB
Actual file preview for Large Transactions Dataset (CSV, 50k rows)

Large Transactions Dataset (CSV, 50k rows)

A 50,000-row transactions dataset — an in-repo 'large' fixture for testing streaming CSV parsers, import performance, and pagination. Deterministic (fixed seed).

File
CSV · Large · 50,000 rows
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 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 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 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 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 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 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 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 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 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 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 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