Hello Alteryx Community! This is a tricky one - we are reading in data from an excel survey that can have a wide range of responses from whole numbers, to percentages, to a text comment. I have included an example excel with the data we are pulling as well as a screenshot of the issue.
We want to post the raw data to a SQL server database as VarChar Max for all rows (V_String in Alteryx). Unfortunately, when reading the data, it is converting all the % values with more than one basis point to scientific notation. for example - in the excel it says .45% and below you can see it is being converted to 4.4999999999999997E-3. Please send help! haha We simply want that value to read as .45% or .0045.