How do you get rid of conversion errors?
My workflow works fine as well as my conversions, but I keep getting error notifications.
@calvincarr29 check your data type? you might be trying to covert string to numeric
@calvincarr29
Can you please share a screenshot of any one error which you are getting.
Many thanks
Shanker V
@binu_acs for my workflow I need to the strings to be double in order for it to work properly.
Hi @calvincarr29
1. Also you might be trying to convert String to Date format.
Where all the data's in the column might not be Date.
2. Also you might try to convert from Int to Byte.
Many possible are there.
@ShankerV
Please find the similar one I tried using select tool.
Your input might contain Alphabets or Special characters other than 'Full stop'
My Input:
Output:
Please check whether you have characters in your dataset where you are converting to Double.
You can overcome the errors as attached below.
No conversion errors:
Workflow:
@ShankerV I figured out what it was. I had two select tools with conflicting data.