I am faced witha dilemma. I need to create a table out of this CSV https://cnred.deqar.link/wp-content/uploads/csvs/deqar-reports.csv - it has some 80 rows. And this CSV is updated daily.
I can create a table that takes the data directly form this CSV. However the loading time for the table is around 1 minute. This is way too long.
I can create a databse table from the file. This means it will create a database from the CSV and the loading speeds are fantastic. However how do I update it?
So either improve the loading time for the method 1, or at least add a loading animation…or let us update the database tables from a file for method number 2.
In any case we need a solution for this. Thanks!