BootlegEditor3000

A CLI that reads a csv file(testdata.csv) of fixed dimensions into a struct that holds its data and metadata(dimensions x,y).

A CLI Prompt that allows:

  • 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