A lightweight, terminal-based tool written in C for managing and analyzing CSV files. It supports statistical calculations, editing (adding/deleting rows, adding columns), and offers both a console command mode and an interactive UI menu.
Prerequisites: gcc and make.
-
Compile the project:
make
This generates the
databazeexecutable. -
Clean build files (optional):
make clean
The program requires an input CSV file and an output path for saving results.
./databaze --input <source.csv> --output <destination.csv>