In this example, we created a UI that can read data from a CSV file.
To do this, we first read the file, split it's contents per row. then Add the row's content to an Array so we can easily access and assign it to the respective textbox where we want to display the data.