Convert a number with commas as thousands separators

Hi @mauuuuu5 By the way, the String To Number node allows you to specify Decimal separator and Thousand separator:

As the name says, it takes a String as input, so if you have an integer/double/long column, you can convert it to String, and then back to Number like this:
image

Input values (Table Creator):
image

Results:
image

3 Likes