Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 326 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 326 Bytes

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