When I run the DB query and write the result to Console its working fine. When I try to write the same result to json file or text file, the result written to the file is org.ibboost.orqa.db.operations.DbReader$DBRecordsetGenerator@1bc7d83
Note; I have a very simple query which will return just one column with one row. Any Suggestion on this would be helpful?