I wanted to remove the * in some cells and then convert the columns to numbers. I used string manipulation “ReplaceChar” to remove the * from columns one by one. Probably it is not the best approach but it did the job. However, when I used the “string to number” node, the numbers with thousand separators (,) was converted to missing value. How I can solve this problem?
Thank you for your time.