I am using JSON extractor to extract the value from the response and then I need to search the CSV and get the value from the CSV for that specific value.
Like I am getting the value from JSON extractor is XYZ and then I need to search the CSV where the value is stored as
**Col1** **Col2**
ABC 123
DEF 456
XYZ 890
Can anyone guide me to the right direction about how to fetch the value from CSV using bean shell?
Thanks.