CSC207-2022F-UofT / course-project-bill-gates

A bill recording software developed by team "Bill Gates."
9 stars 4 forks source link

[+] Implement a function to convert csv file and pass it into bill import use case #87

Closed eevadai closed 1 year ago

eevadai commented 1 year ago

I added functions to convert the csv file into lists of strings and then pass it into the bill import use case. This is just a layout of the format.

Further Implementation:

  1. Delete the header of table user imported.
  2. Think of what format user should input to the system.