How to perform "find & replace" in specific a column using JSL script?
Hi,How can I re-create the "Find & replace" operation on a specific column by JSL script? For example - I want to replace "K" with "1e3" & "M" with "1e6" in "Count" column(to convert it to numeric type later).I didn't find a simple way to do it without using a loop (there so it would be fast when many rows needs to be checked)Thanks :)