I tried to read ip (10.10.10.10) from the CSV file the value displays incorrect (10.101)
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried to read ip (10.10.10.10) from the CSV file the value displays incorrect (10.101)
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
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using Schema.ini worked for me but, of course, you should simply test it out for yourself. Put the Schema.ini file in the same directory as the csv file. Use any text editor to create it, or create it on the fly, as long as it is there when you go to open the csv file.

- « Previous
-
- 1
- 2
- Next »
- « Previous
-
- 1
- 2
- Next »