Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Quickstart

Getting up and running with CSVREPORT is simple.

Installation

  1. Extract the archive: Download the csvreport-vX.Y.Z.zip file and extract it. Inside, you will find .tar.gz bundles for different operating systems. Extract the one that matches your system.
  2. Run the binary:
    • For CLI: ./csvreport --help
    • For Web App: ./csvreport ui

First Steps

Analyze your first CSV via CLI

./csvreport my_data.csv -f table

Start the Web Dashboard

  1. Run ./csvreport ui.
  2. The server starts and automatically opens your standard web browser.
  3. Upload a file and view the visual report.