java.lang.NumberFormatException: For input string: "-"
Good day What does this error mean? Data has been entered correctly
Hi,
First of all, can you give us more context about your use case? What type of variable are you assigning and what value? Can you share some prints or an OML and identify where and when the error occurs?
By the way, you're having error from Java, but I believe that in version 11 you don't have anymore Java Stack.
Best regards,
Ricardo Pereira
Hello,
The error usually states that you are trying to use a string value where a number is expected and the value cast cannot be done successfully.
Regards.Bogdan