Skip to content

Add CSV Row Viewer standalone tool#120

Merged
rodrigogiraoserrao merged 1 commit into
mainfrom
codex/create-csv-row-viewer-tool
Mar 25, 2026
Merged

Add CSV Row Viewer standalone tool#120
rodrigogiraoserrao merged 1 commit into
mainfrom
codex/create-csv-row-viewer-tool

Conversation

@rodrigogiraoserrao
Copy link
Copy Markdown

Motivation

  • Provide a small standalone web tool to upload a CSV and inspect individual data rows one-at-a-time for easier browsing and debugging.

Description

  • Add csv-row-viewer.html, a standalone HTML/JS tool that accepts a CSV file, treats the first row as the header, and renders each subsequent row as a key/value table with per-row pages.
  • Implement a client-side CSV parser supporting quoted fields and escaped quotes and simple CR/LF handling in csv-row-viewer.html (function parseCsv).
  • Add row navigation controls including Previous row, Next row, and a numeric Jump to row input with validation and disabled-state handling for navigation buttons.
  • Add csv-row-viewer.docs.md with a short description so the tool is picked up by the repository metadata/indexing.

Testing

  • Ran python gather_links.py which processed files and updated tools.json successfully (output: "Processed 29 files" and "Generated metadata for 28 tools in tools.json").

Codex Task

@rodrigogiraoserrao rodrigogiraoserrao merged commit f311ef0 into main Mar 25, 2026
@rodrigogiraoserrao rodrigogiraoserrao deleted the codex/create-csv-row-viewer-tool branch March 25, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant