Double String converting

Good night guys, how are you? I need to turn this column into string, but when I use the Number String node it gives the following result

image
image

Is this the actual output for your input, i.e. 36.27 gets translated to 42.940xxxx?

36.27 Translated to 36.270xxxxxxxx

I’m not sure where the hidden decimal places are coming from. Have you tried using a Number Rounder node (set to 2 decimal places) before the Number to String node?

3 Likes

Hi @Gabriel2020

When the round method is used in the original data source, this issue occurs. I’ve included an example video below to illustrate it. Then, when you use a “number to string” node, you’ll see a string showing all decimal values as if the full precision option is used (reference video). To avoid this, you need to use a “number rounder” method, as mentioned by @rfeigel.

Best,
Alpay

Ekran görüntüsü 2025-04-11 093750

Ekran görüntüsü 2025-04-11 094500

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.