I am working on a program to allow a user to edit data from either a MySQL DB table, or an uploaded CSV file.
I am curious as to what format i can bring the two data types into where i can code a singular presentation model to present the data to the user. Should i convert the SQL to CSV, or try to go through both types and do something else?