Customer is providing source data where the amounts are separated by month in columns. For example, I have a column for Jan-09, one for Feb-09, and so on. When I load the data, I'd like to convert all of the amount columns into a single column and create a "Period" column indicating the period of the record (e.g. Jan-09, Feb-09, etc.). Thoughts?