Skip to content

Add realistic JSONL example dataset#92

Open
xzlknr wants to merge 1 commit into
ReginaldErzoah:mainfrom
xzlknr:add-jsonl-example-dataset
Open

Add realistic JSONL example dataset#92
xzlknr wants to merge 1 commit into
ReginaldErzoah:mainfrom
xzlknr:add-jsonl-example-dataset

Conversation

@xzlknr

@xzlknr xzlknr commented Jun 6, 2026

Copy link
Copy Markdown

Summary

  • Added examples/example.jsonl with 100 realistic ecommerce order records.
  • Included mixed data types and nullable fields to exercise JSONL profiling.
  • Saved the file as UTF-8 without BOM so Aniwa can parse it correctly.

Validation

  • Parsed every JSONL line successfully with Python's json module.
  • Confirmed 100 rows, 15 fields per row, mixed string/number/boolean/null values.
  • Ran aniwa profile examples/example.jsonl successfully; report shows 100 rows and 15 columns.

Closes #53

@xzlknr xzlknr force-pushed the add-jsonl-example-dataset branch from 3ef9bce to abe4ca3 Compare June 6, 2026 15:05
@ReginaldErzoah

Copy link
Copy Markdown
Owner

Rebase your repo and alert me when you are done.
So that I can test and merge request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

good first issue: Add realistic example dataset in JSONL format

2 participants