A CLI that reads a csv file(testdata.csv) of fixed dimensions into a struct that holds its data and metadata(dimensions x,y).
- Display entire file
- Paginate(display from row xa to xb)
- Delete and modify a row/field
- Output struct to new csv file or update existing one