Reading Pass/Fail function from a CSV file

I am trying to create an app that reads the first line of a csv file (without having the user select the file since we will know what the name is) and display the results (pass or fail). I assumed a widget is the correct way to go with this, but I am not sure. Any help or ideas would be appreciated.

Hi!

Can you expand more on your use case for this and why you’re choosing a CSV file over a Tulip table?