I have a test plan with a csv data set config set up like so: CSV Data set Config
My csv file looks likes: CSV file
My JSR223 Assertions looks like: JSR223 Assertion
I want to use those values in D-J for my assetions. I tried using vars.get("phmDownloadStatus") and ${phmDownloadStatus} inside of the groovy script but neither gets the value from the file. How do i go about using these values?

