The csv file:
Create a struct to represent a row:
The struct fields names must match columns in the file - here, Name
& Instruction
. Both are strings but it can be any data.
Drag and drop the csv into the browser, it will prompt you to choose a struct for the Data Table row, choose the one you’ve created: