Forum Discussion

rajeshthomas's avatar
rajeshthomas
Contributor
8 years ago

How to use CSVDriver to write in a csv file and read it later

Hi i have using test complete for 7 years and until now i didn’t have any need to use data storage. Now there is a requirement to record memory for every version we release and compare it with future release. All this data will be helpful to watch is there is any memory jump between versions.

To sum up above, i need a place to store memory against each version and use it later.

 

Can i use CSVDriver to write the memory details in storage and retrieve it back?  Is there is any better way to handle this

 

Regards

Rajesh Thomas

2 Replies

  • Ravik's avatar
    Ravik
    Super Contributor

    I think CSVDriver is provide all methods for reading data from CSV.

     

    Writing in CSV is difficult, it may required to use third party tool like (Chilkat) or need to use File System Object.