Looking for JSL Scripting suggestions on how to import a .CSV file with multiple embedded headers.
Hello,I'm creating a JMP JSL script to import a specific format of .CSV and graph the data. The problem I have is that the .CSV has header lines interspersed with the data. Think of it as multiple CSV's concatenated together. The good news is that all of the column names are the same. What is the recommendation on how to import this type of CSV and remove the extra headers? Is there a way to ...