Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am facing "NumberFormatException" Error. Please tell me how to solve this issue?
Exception in component tFileInputDelimited_1
Java.lang.NumberFormatException: for input string: "-25416.45"
at java.lang.NumberFormatException.forInput(Unkown Source)
at java.lang.Integer.parsInt(Unkown Source)
at routine.system.ParserUtils.parseTo_Int(ParserUtils.java:105)
at routine.system.ParserUtils.parseTo_Integer(ParserUtils.java:112)
Type of column is Double 22,9
Please Help me
Hi,
Are you trying to convert input string to double?
Please provide more details of your job.
Regards,
Hello,
Screenshots of your job setting will be preferred.
Best regards
Sabrina
Hi Veeranjaneyulu
I m trying to add column double to an mssqlOutput double too.