How to correctly read CSV files that are not entirely in table format in JSL?
View more...When using JSL and the Open() function to read a CSV file, if there are values in non-primary data columns above as shown in the image, how can I correctly read the values in the columns? Using Open() directly results in an error.
Additionally, if I need to read the IDs above the column data, how should I do that?When using JSL and the Open() function to read a CSV file, if there are v...