Forum Discussion

rohanmehta123's avatar
rohanmehta123
New Contributor
11 years ago
Solved

Period is present in string parameter

Here is a scenario - There is a WPF application with a RadTreeListView and it has items associated with it. I have parameterized item text so that TestComplete can click on appropriate L...
  • mugheessiddiqui's avatar
    11 years ago
    Hi Rohan



    You have to create Schema.ini file at same directory where your CSV file is located.

    and paste following lines in Schema.ini file and don't forget to replace your CSV file name with FileName.csv in first line, (file name must be in square brackets).



    [FileName.csv]

    Format=CSVDelimited

    ColNameHeader=True

    MaxScanRows=0




    Regards

    Mughees Siddiqui