Formatting values in one column

Hi!
I need your help because I have to formatting values in decimal into one column of one table (I connected to POstgreSQL).
This column shows now values with , as separator. I do not want , as separator.
I think I need format this column.
How can I do that?

The column is this:
image

And I need to eliminate , in this field.

Many thanks
Giada

If these are whole numbers, you can convert using Double to Int node and “,” will get eliminated.
Does this help?

1 Like

This node does not work because I have a db table selector before…I connected to a db through Athena Connector:

image

Thanks!
Giada

Add DB Query Reader node.

1 Like

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