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 7 of 18; 24 results per page.

Show the canonical directory
Preview of Environment File (.env template)
env
359 B
Actual file preview for Environment File (.env template)

Environment File (.env template)

A sample environment (.env) file with typical configuration keys and placeholder values — for testing dotenv parsers and config loaders. Contains no real secrets.

File
ENV · Config
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 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
Preview of Fake Users Dataset (JSON, 500 records)
json
87.9 KB
Actual file preview for Fake Users Dataset (JSON, 500 records)

Fake Users Dataset (JSON, 500 records)

The 500-row users dataset as a JSON array — the format twin of the CSV version, for testing import and conversion.

File
JSON · Fake Datasets · 500 records
Use case
Data importConversion testing· Conversion set
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 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 FINANCE — Ledger Lines (CSV)
csv
166 B
Actual file preview for FINANCE — Ledger Lines (CSV)

FINANCE — Ledger Lines (CSV)

Synthetic finance dataset (ledger-lines) as CSV — for ETL and warehouse loader tests.

File
CSV · Finance · 8 rows
Use case
Data importCSV parsing· Conversion set
Preview of Fintech Bank Statement Lines (CSV)
csv
103 B
Actual file preview for Fintech Bank Statement Lines (CSV)

Fintech Bank Statement Lines (CSV)

Synthetic bank statement line items for reconciliation tooling tests.

File
CSV · Fintech · 2 rows
Use case
Data import
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
Preview of Fintech SAR Compliance Flag (JSON)
json
108 B
Actual file preview for Fintech SAR Compliance Flag (JSON)

Fintech SAR Compliance Flag (JSON)

Synthetic suspicious-activity flag JSON for AML compliance workflow tests.

File
JSON · Fintech
Use case
Data import
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 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 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 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