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
Can you please share a screenshot of any one error which you are getting.
Many thanks
Shanker V
@binuacs for my workflow I need to the strings to be double in order for it to work properly.
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.
Many thanks
Shanker V
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.
Many thanks
Shanker V
You can overcome the errors as attached below.
No conversion errors:
Workflow:
Many thanks
Shanker V
@ShankerV I figured out what it was. I had two select tools with conflicting data.