Convert String to Integer datatype
Hi,
Please let me know how can I convert string data to integer datatype.
Thanks,
Hi,
Please let me know how can I convert string data to integer datatype.
Thanks,
Hi @tejashriw155148 ,
you must do a split after query selection to get two branches (one for INT and another for STRING).
After that you may convert to preferred type in Enrichment nodes in needed (per branch.)
If your data have only two characters you may adapt query in split:
Generally, with provided data all input values are string. Then you need to separate it with split (above) and do conversion of numbers to integer.
Regards,
Milan
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.