I'm not quite sure what the terminology is here...
My data's columns contain a person ID, and 126 repeating columns of date1, amount1, date2, amount2, date3, amount3, etc.
There is no logic to the dates or amounts, except that date2 and amount2 will only contain data if date1 and amount1 have data, and so on.
I need three columns, personID, Date, and Amount.