Changes for version 0.001.0 - 2026-08-25

  • Initial CPAN release.
  • Mojolicious web application presenting arbitrary flat data files (CSV, PSV, XML, SQLite) as styled, sortable, reorderable HTML tables.
  • Home page card grid; filesystem browser (/browse, /open).
  • In-memory left-join engine (/join) with repeatable join steps.
  • Server-side result filters (eq, ne, contains, starts, lt, le, gt, ge, empty, notempty operators).
  • CSV and SQLite export via GET /export (stream download) and POST /export (filesystem write).
  • Drag-and-drop file upload (POST /upload).
  • JSON APIs: /api/columns, /api/dirs, /api/stat.
  • URL import: fetch and display an HTML table from any public URL (/import).
  • localStorage persistence for column order and sort state.

Documentation

Modules

Web-based Business Intelligence viewer for flat data files
Home picker, filesystem browser, table viewer, left-join engine, result filter, export, and file upload
Table-agnostic adapter around Database::Abstraction