I am trying to automate the Desktop application reading the data from CSV file in which there i am trying to fetch the ip from CSV file but the value is returned as below mentioned.
Input Value: 10.10.10.10
Expected Value: 10.10.10.10
Actual Value Fetched: 10.101
when I tried with the below workaround solution it works fine.,
Input Value: a10.10.10.10
Actual Value Fetched: a10.10.10.10
I would like to know if there is a way to fetch the ip value from CSV without appending the string.
Regards
Vijay Bhaskar U