HI team
good morning!!
i am using CSV file feeder which will have the following values
payload
{"accountIds": ["#{accountid}"], "refreshCache": true}
and then passing session variable => payload into stringBody
StringBody(" #{payload}")
i know that it will pass only the payload resides in csv like the below format
body:StringChunksRequestBody{contentType=‘null’, charset=UTF-8, content={“accountIds”: [“#{accountid}”]}
session variable does not replace - #{accountid}
i am looking to find the solution - how to tell the elcompiler to replace it - #{accountid} with stringbody
Note: we know that elfilebody works very well, but we want go with stringbody