I have to assert HTTP JSON Response using JSR 223 assertion. The validation data are stored in multiple, multicolumn CSV files. Each row corresponds to a complete object with multiple fields (column). The HTTP JSON response can match with any of the records. So, I need to perform searching as well in the collection of data. These files are large files (so that I want to load them only once for load test).
What may be a good strategy for me to read assertion data from CSV files only once and access them?