On 29/04/2011 11:32 a.m., Ms. Nancy Wichmann wrote:
You can use either the core Profile module or the contributed Content Profile module. I find that Profile is fine if you want just a few simple fields added, which can be required at registration. Content Profile gives you full node control but requires the user to come back and fill out the information after registration.
 

Thanks, I am on drupal 7. First go at drupal.

Have a table, customer_user_id, customer_data

My plan is uploaded the data which is in CSV format and associated rows that match their customer_user_id with the drupal user_id. By putting the customer_user_id in the profile I assume I can then  add a tab on the user/view for them to see the data.

Iain