Evaluation of EL in csv feeders

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 :slight_smile:
https://gatling.io/docs/current/session/feeder/#converting

regards,
Aju Thomas

No.

Would it be possible to achieve this using the “convert” function ?

https://gatling.io/docs/current/session/feeder/#converting

I’m talking about resolving EL Strings passed as part of the data in csv feeders.

regards,
Aju Thomas