Show csv values in labels

hello, i want to display the values of my comma separated csv file into labels, here how the csv file looks

Use the file component to read the file, in the GotText ecent convert your text into a list of lists using the list from csv table block
Now you have the header row in list item 1 and the data row in list item2
Then use select list item blocks to select each value from the data row

Taifun

Search this board for YAML, for how to make it all readable.