-4

I try to display the content of csv file into different textboxes but it keeps on saying

java.lang.NumberFormatException: For input string: "Rate" (in sun.misc.FloatingDecimal)

Do anyone have any idea how to solve this?

Rubberbox
  • 3
  • 3
  • 1
    Possible duplicate of [What is a NumberFormatException and how can I fix it?](http://stackoverflow.com/questions/39849984/what-is-a-numberformatexception-and-how-can-i-fix-it) – Joe C Apr 02 '17 at 08:24
  • Welcome to Stack Overflow! Please take the [tour], have a look around, and read through the [help], in particular [*How do I ask a good question?*](/help/how-to-ask) – T.J. Crowder Apr 02 '17 at 08:27

1 Answers1

0

I am not sure what the contents are for Rate. Try using double instead of Float to store and display rate.

maulikjs
  • 91
  • 8