I have dataset which I have to extract between 1st and 2nd "_"
Input:
| Name_Id |
| Mutual Fund - ABC_Instant -123_corporation.xlsx |
| Credit Fund - ABC_Sell -123_corporation.xlsx |
| Credit Fund_Sell -123_corporation.xlsx |
Output:
| Name_Id |
| Instant -123 |
| Sell -123 |
| Sell -123 |