Hello,
I have a values in a column like this - SAS,No,1,136.13 GB,Online,Ok,DELL(tm),Not Applicable,6XM3MGN0,YS0D,
I am taking that column and parsing it to multiple columns using comma as delimiter.
But I want to remove the comma from this part only - 1,136.13 GB and feed it to one column like this 1136.13 GB.
I am trying to use derived column but unable to find expression that will help me with this.
How can I achieve this?