This is the exercise below. I have included the code I have so far, not sure how to create/read the file which searches UUT serial numbers, if someone could help with that or sees any errors in my current code that would be appreciated.
Exercise 9-4B Challenge
Goal Create a VI that takes the property name as input and returns the associated property value.
Scenario Your file header includes a variable number of property names and values. After reading the file, you want to programmatically access the property value for a given property. For example, in this exercise, one of the properties was UUT Serial Number. You want to programmatically search for UUT Serial Number and then return the serial number value (e.g., A12345).
Description After reading the spreadsheet string into memory, use a modular approach to create a VI which finds the row index of a property name. Then use the row index to return the property value. If the property name isn't found, the VI should return a descriptive error.