Having httpMethod in the csv file

Hello,

I’m trying to have a simulation that could send post or get according to a column in the csv file.

Here is what I’ve written so far:

httpRequestBuilder = http(**"req"**).httpRequest("${httpMethod}", "${url}")

https://gatling.io/docs/current/general/scenario/?highlight=doswitch#doswitch

Thanks !!