I need to create a table based on a list of names a numbers, like the example below.
Alpha;100;55, 77, 91, 93-99
Bravo;200;25, 29, 33, 44
Charlie;300;10-13, 15-18, 61, 67-70
The list is given in a semi-colon delimited text file.
I need to generate a table in the following format.
Name Code...