Quickstart
Getting up and running with CSVREPORT is simple.
Installation
- Extract the archive: Download the
csvreport-vX.Y.Z.zipfile and extract it. Inside, you will find.tar.gzbundles for different operating systems. Extract the one that matches your system. - Run the binary:
- For CLI:
./csvreport --help - For Web App:
./csvreport ui
- For CLI:
First Steps
Analyze your first CSV via CLI
./csvreport my_data.csv -f table
Start the Web Dashboard
- Run
./csvreport ui. - The server starts and automatically opens your standard web browser.
- Upload a file and view the visual report.