In my exports I usually need to generate floats with 2 decimal places and in string format so that the full decimals always show even when “.00“.
I usually accomplish this by using the Number Rounder node and setting the output mode as “Standard String“. This will generate results like “123.00“, which is what I want.
I now need to include the thousands separators, e.g. “20,001.00“, but it seems the number rounder in standard string combination removes the separator.
Other than using a column expression node to manually set them depending on the length, is there a way to keep the thousands separator when converting to string while still forcing the 2 decimal places?
In my opinion there’s a missing option in the number to string node for that. In the meanwhile you can use the string manipulation node with the setting: