JSL - Pulling in files with headers in different rows
I am trying to write JSL to pull in multiple files and concatenate them together, but I have some files where the headers start in row 2 and some files where the header starts in row 3. I am unaware of which files have headers in different rows and I am trying to avoid having to open them all to find out. Is there a way to write JSL to look for the first column header (Time) and start reading th...