Hey, is there a systematic way of doing what I want - and I don't know the proper name for this, but essentially - I want to get the data in a proper format for database use, and I currently have it structured in a matrix form. (I view it as essentially un-pivoting this data)

For example, this CSV file: http://financials.morningstar.com/aj...2CSV.html?t=FB

Shows up in pivot format:
- Row Group: Ratios,
- Column Group: Time,
- Values = Results

Is there a way of changing this structure so that it looks like this instead:
- Column A: Ratio
- Column B: Time
- Column C: Result

And then, if I was to pivot this, I can produce the matrix view that the CSV originally had.
Anyone have a next step or two I can investigate?
Thanks,

Adam