Hi All,
I am trying to separate the string's below to form two different columns.
So my current column containing all the value is called 'Type' and i want to separate it to be two columns 'Medium' and 'Campaign'
'paid Car_Loans' should be 'paid' and 'Car Loans'
'callext Car Loans 2021' should be 'callext' and 'Car Loans 2021'
Is there anyway to do this in an ETL?