Extract the keys you need from details in JMibBrowser, only Name, Parent and Number.
Use the following Find and replace in Visual Studio:
Find:
(.*Name:b*\::b*){:i}\n(.*Parent:b*\::b*){:i}\n(.*Number:b*\::b*){:z}
Replace:
public static final String \1 = \2 + “.\3”;
more to come…