How to script changing column data type to Numeric when the rows are a mix of string and numbers
I have a data column where some rows are string and some rows are numbers. When I manually convert the Data Type from Character to Numeric, the strings disappear leaving only the text rows. This is the exact result I would like to replicate via JSL. However when I run a script that performs the same functions it does not change the Data Type for the column.
Attached is a screen recording showing...