Read a CSV and text file with JSL
I have a CSV file that contains parameter names and tolerances. I have another text file that contains raw data. I am trying to write a script in JSL to read both CSV and text files and then apply the screening criteria in CSV file to the data in text file. CSV file format is liek below: # Parameter Tolerance 1 Height 30 2 Diameter 50 TXT file format is ID Heigh...