Forum Discussion
Thank you very much for the suggestion. I tried with CSV as input file.
Once i converted my excel to CSV the fields which i formatted are text became normal cells in CSV file. Able to enter in my application but expected result is not different, because of incorrect customer id.
Is there anything i can do with the excel ?
- bkrishna2135 years agoOccasional Contributor
The customer id is 8 digit. If it is starting with 00 or 000 like 00081111 in csv file it is showing as 81111. First 000's are not accepting in CSV.
Which results entering non customer id in the application.
Expectation is my csv should accept 000's in the customer id and same need to input in application.
- mattb5 years ago
Staff
Worst case scenario we could import a cell as a variable, and use a script to change it to a String. After that, slice the string and add 000 to the prefix.
I think there should be a better way but that's an option 🙂- ebarbera5 years ago
Staff
I believe i have found a solution:
It displays interestingly in TestComplete but it doesnt look like it throws an exception.
Emma