Hi I am facing an issue while converting string value to integer. Actually I am reading data from the table and there are fields like 39% and they are string data type. Now i want to convert them into INteger datatype and load them in to another table.
I tried using select values in PDI but it is giving me error like. "Could't convert String to Integer."
Please help me in resolving this issue.