Hi, I have two questions. First, is there a way to get a CSV Dat Set Config to read in the entirety of a CSV into an array? I understand that for a thread group it can read one line per thread, but that's not what I need. I need the entirety of my data set to be accessible to every thread in my thread group, so I'd like to just put it in a once only controller and read the whole thing in to start my thread group.
Also, is there a way to make a Once Only controller run only during the last remaining active thread in my thread group, instead of the first active thread? I need to write some data out to disk right before a thread group tears itself down (and because of scope issues it must be within my thread group). -Eric
