@Prashanth S Kharche There have been a lot of internal changes to the game this year. I have been working on the editor (and scout) for about 10 days, but it's going to take a while before it is ready. In terms of the internal data structure, this is the biggest change for many years.
The aggression system has been expanded (there are now separate aggressions for red-ball and white-ball cricket), and also there are some new combinations of opener types supported for FC and OD cricket. The coaching system has been expanded significantly. The way the internal data is stored for retired and current players has also changed completely.
So far, I have managed to load up the player data in both the editor and scout, but it's going to take some time to connect all the different parts of the new data structure back into the editor. The problem is that even a small change to the data structure means I need to find everything again from scratch. A few of the basic things (like date of birth and nationality) are working fine, but the rest needs a lot of work. In particular, the new aggression system is quite confusing at the moment.