How to select particular Text in CSV file using sensetalk

Hello,

In my case select one Text value in CSV file.
This value goes from my script.
How to select the particular item.Kindly help me…

Thanks
R.HariRagavenderan

How you will do this depends on how the .csv file is structured. You can reference the text by both line and item, and iterate through the file using a Repeat loop if necessary.

Take a look at the below resources and see how they reference files. Keep in mind that .txt and .csv files can be treated the same by eggPlant Functional.
http://docs.testplant.com/?q=content/gathering-and-using-data#data-driven-testing
http://docs.testplant.com/?q=content/data-driven-test

If you are interested in doing data driven testing with information in a database, read about our database integration with eggPlant Functional here:
http://docs.testplant.com/?q=content/working-databases

If these don’t answer your questions, feel free to write in to TestPlant support with more information about what you’re trying to accomplish and what you have tried. Thanks!