Invalid Character in numeric input

rash

Member
Hello,
When I do import data from a text file, it's throwing an error.
3 **invalid character in numeric input y(76).
Please have a look into the attached file.
I have put the data in the .txt file same as defined in the table.
 

Attachments

It might help if you revealed the code that you are using to try to import the data with.

But guessing from your error message you are trying to read "yes" as a number.
 
Back
Top