Write extracted values from truclient script to external file csv or notepad

Hi , I am working on truclient protocol, where i need to extract a value and use it another scripts. Correlation is working fine through Get property step and extracted values are displayed correctly in replay log.

I have highlighted the extrracted value in the image.. Now i need to write this value to external file.( eg CSV or notepad). By then only I can use these values for other scripts during execution. Any leads would be helpful

Parents Reply Children
  • 0 in reply to   

    Thanks for the input. as of now I tried using IO function and it is writing the value to external file. But facing other issue, though I have included the functional arguments as expected, my output values are not getting appended in the csv sheet

    Execute IO.write ( 'D:\\Users\\Documents\Write.csv' , QNum , true , 'UTF-8' )

    Can you please suggest what I am missing here. 

    Note : values are getting logged into write.csv file but it is not getting appended to next line properly