18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

Object to string conversion

Hai all,
is it possible to convert object to string.?

this is my code..
$data = _readCSVFile("D:/vinil.csv", ",");
var $module = $data[0];
var module1 = parseString($module);
$module1=$module1.trim();
_log($module1);

when execute this i got an issue like "ERROR
ReferenceError: "parseString" is not defined."

Please help me to recover it.

Best Answer

Sign In or Register to comment.