This is probably a very obscure reqeust but I have 6,000+ lines that look like this..
#1234 - 1,9
#5678 - 7,10,23
I need to take the #1234 (user id) and pair it with each number in the string to make new strings, i.e.
#1234 - 1
#1234 - 9
#5678 - 7
#5678 - 10
#5678 - 23
How can this be done? The lines all vary in how many numbers/commas are in the strings