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

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

the output in the csv file is the following:

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?