Hello,
I have the attached (simplified) sample data that, when opened up in excel, shows the right codes (e.g., 18.4) but when dragged into alteryx via input data tool, shows up as 18.3999999999, or 18.30000000000001.
I think the reason why is because this column contains both numerical type data (18.4) along with string data (L8.4)
What would be the most efficient way to cleanse the data so that it ties to what I see in the source data in excel? I thought about record id, separating out the numerical data types and string data types, using select tool to reformat the numerical values, and then unioning them back together, and sorting to original order, but wondered if anyone else had any simpler ideas? My workflow is already complicated enough, so I'm trying to limit the number of new tools I add.