Hey,
Would the csv feeder resolve EL strings, if they are passed as part of the data ?
Example,
Consider a file test.csv containing data as below
TestData
abc_${attibute1}xyz
abc${attibute2}_xyz
When feeding the test.csv file, the value of attibute1 and attibute2 is not resolved directly.
Could someone guide me on how I could “convert” the data so the EL string is resolved.
I did find this in docs, am I looking in the right direction. Any help would be greatly appreciated
https://gatling.io/docs/current/session/feeder/#converting
regards,
Aju Thomas