Converting Numbers that are k/m etc

Hello,

could we extend the string to number node to allow for conversion like:
63.3k into 63,300 etc?

Thank you

Use String Manipulation to create new column without k as Double. Then, use Rule Engine to return Value or Value *1000 if original column is like “*k”.

2 Likes

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