Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Numberformat exception for input string : ""XXXX""

Hi,
I am reading data from a csv file and all the fileds are within double quotes.
In order to insert into DB when i try to do this ,
Integer.parseInt(row1.Column3)
I am getting the following error :-
Exception in component tMap_1
java.lang.NumberFormatException: For input string: ""2084377""
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:481)
at java.lang.Integer.parseInt(Integer.java:527)

I tried using tReplace to replace the double quote but no luck.
Can anyone please help me?

Many Thanks,
Manju
Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
I could solve this by using StringHandling.CHANGE.

Thanks,
Manju

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hi,
I could solve this by using StringHandling.CHANGE.

Thanks,
Manju
Sreenivas1
Contributor
Contributor

Can u explain me

Anonymous
Not applicable
Author

Hello ,

This is a quite old thread. We would suggest that you create a new topic in "Design and Development" and feel free to post your issue in it.

Best regards

Sabrina