I have tried to split this string but unsuccessful because of the way the string is arranged in the column. The Null value keeps appearing on the Make and model column and the actually data goes to the wrong column
Sample data:
| MakeModelColor |
|---|
| Apple - iphone 12 |
| Apple - iphone 12 pro max - black -128gb |
| Samsung - galaxy A12 |
This is the result I am looking for:
| Make | Model |
|---|---|
| Apple | iphone 12 |
| Apple | iphone 12 pro max |
| Samsung | Galaxy A12 |
Actual result am looking for ](https://i.sstatic.net/BvzYN.png)
ParseNameinto doing other things. Give it a string longer than asysnameor a string with more than three dots and it fails hard. Try munging other separators into dots and something else will break, e.g.'Bedlam - GerbilFone v.2 - paisley'has a dot in the data.