Hi all,
i have a text as below i need to split first 2 occurances and last 2 occurances of "," into separate columns and all data in between those comms should be in a single column. This is just an example. i have 20 occurances of commas in my data where i need to split first 6 values and last 13 values.
| Data |
| 1, 2, dfg, wet, ssssssshf, 67, 58 |
| 1, 6, wer, sdf, 34, 66 |
Your help is much appreciated.