Happy 8th birthday to the Maveryx Community! Take a walk down memory lane in our birthday blog, and don't miss out on the awesome birthday present that all Maveryx Community members get to take advantage of!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Identify a Conversion Error

erin_nespoli
5 - Atom

Hello folks, am trying to change a huge data set to number format using the multi-field tool and am wondering if there is a way of identifying the locations of the conversion errors. It's a huge data set (Canadian census is back in long form!) and I am not having any luck in eyeballing it to identify the issue. Error return message is: ConvError: Multi-Field Formula (17): TONUMBER: x lost information in conversion.

 

There are no instances of "x" in the data, from what I can tell, so what is this message saying?!? It won't give me a row number or any way of identifying which cells are causing the problem (hits 10 conversion errors then maxes out).

 

Any help is appreciated! Many thanks,

 

-Erin

2 REPLIES 2
scottj
Alteryx Alumni (Retired)

Erin,

 

you could use a Filter tool with the Test Functions to check for numeric records.  

 

IsInteger([field]),

Scott Jones
Strategic Sales Engineer
Alteryx, Inc.
jrgo
14 - Magnetar

Hi @erin_nespoli,

 

Attached is a workflow that you can use to identify the troublesome data points. This approach uses REGEX to create a BOOL field if there's a non-numeric character found in the value. Because the data is transposed, the result after the filter will clearly tell you which row and what column the issues are coming from.

image.png

 

Hope this helps!

 

Best,

 

Jimmy


Labels