- Clone this repo
- Make sure that the input file, input.csv, is in the same directory as main.cpp
- This should contain the data you want to search
- The column names will automatically be moved to the output
- Compile the code using a C++ compiler, such as g++:
g++ main.cpp -o main
- Run
./main
from the terminal after building - Add your query, or multiple queries,when prompted in the terminal to search
- Type "!done" when you are done adding searches