Number Field in Web ADI changes the character Data to number
While creating Web ADI sheet from CSV file we noticed that if the file contains character for the number field, then while importing the data from the CSV file it will change the data to number.
Eg: If Amount field has value 1test in the CSV file then only 1 will be imported to Web ADI.
If Amount field has value Test in the CSV file then 0 (zero) is imported to Web ADI.
This is happening with all the numper type fields. We expect it to give an error message or warning in such cases.
Has anyone else faced this issue, and what was the solution adopted for this?