Hi folks,
What is the simplest and easiest way to remove the "0.data." and move the numbers to a separate column?
thank you!
| Name |
| 0.data.1.figi |
| 0.data.2.name |
| 0.data.3.ticker |
| 0.data.4.exchCode |
| 0.data.5.compositeFIGI |
| 0.data.6.securityType |
| 0.data.7.marketSector |
| 0.data.8.shareClassFIGI |
| 0.data.9.securityType2 |
| 0.data.10.securityDescription |
expected
| Name | Group |
| figi | 1 |
| name | 2 |
| ticker | 3 |
| exchCode | 4 |
| compositeFIGI | 5 |
| securityType | 6 |
| marketSector | 7 |
| shareClassFIGI | 8 |
| securityType2 | 9 |
| securityDescription | 10 |