We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Conversion error with "\N" when using tonumber() in Multi-Field Formula tool.

nicoleserrafero
6 - Meteoroid

I have three text fields (that contain numbers) that I want to convert to a number (double) using the Multi-Field Formula tool and tonumber(). I keep getting the following error for the tool:

 

"ConvError: Multi-Field Formula (20): TONUMBER: \N lost information in conversion"

 

I am use to other errors that this tool produces but have not seen this one. From my knowledge, the "\N" means newline but I am not sure. I have tried trimming and using the Data Cleansing tool  on the fields but the error persists.

 

The file is a CSV and I am using Alteryx version 10.6

2 REPLIES 2
CharlieS
17 - Castor
17 - Castor

Would it be possible to share a sample input file that produces this error? 

nicoleserrafero
6 - Meteoroid

Did some further investigating while trying to prepare a sample for my question (its a very large dataset) and found that there is literally "\N" in the field. So looks like I now know what the error is referring to.

 

Table looked like this before I converted the fields:

 

ABC
1001 \N
20023
456234

 

 

Technically @CharlieS solved it I guess? Thanks for the help!

Labels
Top Solution Authors