When i try to use this function in JSR Preprocessor
${__FileToString(C:\Users\xyz\Desktop\Test.txt,,MESSAGE)}
getting below error
2018-06-28 14:38:19,325 ERROR o.a.j.m.JSR223PreProcessor: Problem in JSR223
script, JSR223 PreProcessor -
in inline evaluation of: ``{"account": {"accountType": "INDIV"," . . . '' at
line number 1
But in if we see MESSAGE in post debug processor i see value is being
assigned to MESSAGE variable as expected.
