Can CVS Files Be Uploaded and Read by The Code Here

I have a collection of data files (time vs thrust of various Estes Rocket Engines) Is there a way they could be uploaded to a project, and then read by the code in that project. There small only two variables (time and thrust) and depending on the engine 10 to 30 lines of text.

Thanks in advanced
Doug Z.

CSV files can be loaded into a database.

Thanks, but where, how? I’ve searched all over the place and can’t find it anywhere. I have also started my own project.

Thanks.

First select the Data tab. Then create a new database.

Now you can import the CSV file.

The file needs column names in the first line.