I have thousands of file like the attached example (.CSV). Time information is in raw 102 and my measurement data start at raw 242.
Currently I am doing Importing file 2 times, one for Time information and one for test data. After that I use update function to import time information to test data table.
This logic was working with small set of files but it is not efficient on large number of files as IMF for time information is pulling all data after raw 102.
Is there any way I can set last data line in IMF function for time information import? So I don't import extra 141 rows/file.