I have a simple spreadsheet that is the result of selecting records
from a database, and exporting the results to a .csv.

Column 1 is a user name
Column 2 is a title associated with a database column
Column 3 is the data associated with the database column

There are approximately 20 database columns which are referenced in
this spreadsheet, thus each user will have up to 20 records in the
sheet.

All I want is to pivot the data, and perform no calculations against
it. I only want to show what value is associated with each database
column for each user.

Can Pivot Tables do this?