Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Output to csv file round to billions when display value is rounded to 6 decimals

sebastian123Han
7 - Meteor

Hey!
I have a problem with my CSV output. The data I'm outputting looks like this in alteryx:

sebastian123Han_0-1631882622641.png

where 6.41088 is rounded to 6 decimals for clarity. However, when I output this to a csv file with the following:

sebastian123Han_1-1631882671551.png

the output in the csv file is the following:

sebastian123Han_2-1631882697738.png

Where 1.6 is correct, however, the first number should be 6.4108800000004 and not the insanely high number.

I can overcome this issue with output to an yxdb file. However, I would really like it as a CSV file.

Can anybody help here?

 

5 REPLIES 5
atcodedog05
22 - Nova
22 - Nova

Hi @sebastian123Han 

 

Sadly I am not able to replicate the issue. Its working properly for me. I have attached the workflow and output for your reference.

 

Try opening the .csv file in notepad and check the numbers once whether it's the same with high numbers.

 

Hope this helps : )

 

 

binay2448
11 - Bolide

It is working fine for me also, I am getting correct output.

danilang
19 - Altair
19 - Altair

Hi @sebastian123Han 

 

What is the field type for the column in error?

 

Dan

sebastian123Han
7 - Meteor

Hey Dan,

 

the field type is a double 🙂

sebastian123Han
7 - Meteor

Thanks for the answers everybody - the issue was resolved by simply deleting the output and add a new output file. 

Labels