Trying to get data split by language where '/' delimiter is present It is sorted by site id so only id 412 has the french in it. was trying to use string_split() but it will split by row but i wan it by column Example is below
results that i want to be converted from
siteid notes
412 Le cardio-/ Cardio Tennis
412 Le cardio-/Cardio Tennis
412 La ligue de / Drop-In Tennis
411 An extended duration
411 Increase flexibility
Result I want to be
siteid notes French english
412 Le cardio-/ Cardio Tennis Le cardio-tennis Cardio Tennis
412 Le cardio-/Cardio Tennis Le cardio-tennis Cardio Tennis
412 La ligue de / Drop-In Tennis La ligue de tennis Drop-In Tennis
411 An extended duration null An extended duration
411 Increase flexibility Null Increase flexibility