I'm in a difficult position... my predecessor arranged the format of a product specification input file (attached below). It is set up like a config file, which will make reading in each set of values very easy. Unfortunately, the 'section' labels are part of the data, which means I will not know the name of the section before hand.
Also, the file is a list of similar sections, and I need to read in each one, one at a time, based on user input. The file will be updated each day with new values, so I can consume what I read, but I don't know how to do that while taking advantage of the read config file VI.