Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to convert string to long, but the below mentioned error was shown.
How to solve this issue.kindly help me
Exception in component tMap_3 (tranasaction)
java.lang.NumberFormatException: For input string: "Remittance"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Long.parseLong(Unknown Source)
at java.lang.Long.parseLong(Unknown Source)
@Dhanasekar Jagan , check the below case you need to convert as in the link.
https://community.talend.com/s/feed/0D53p00007vCkDmCAK
Thanks,
Manohar