Also consider <a href="http://drupal.org/project/feeds">http://drupal.org/project/feeds</a><br>
<br><br><div class="gmail_quote">On Mon, Apr 18, 2011 at 7:23 AM, Joel Willers <span dir="ltr">&lt;<a href="mailto:joel.willers@sigler.com">joel.willers@sigler.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Also, for future reference, a question like this is best for the Support list, not the Development list.  Development is more for the Development OF Drupal, like for Core or Contrib modules, if I understand correctly.  Also, I&#39;m still in Drupal 6, so I&#39;m not sure if Node Import is available in D7 yet.<br>

<br>
Good Luck!<br>
<font color="#888888"><br>
Joel<br>
</font><div class="im"><br>
<br>
-----Original Message-----<br>
From: <a href="mailto:development-bounces@drupal.org">development-bounces@drupal.org</a> [mailto:<a href="mailto:development-bounces@drupal.org">development-bounces@drupal.org</a>] On Behalf Of Joel Willers<br>
Sent: Monday, April 18, 2011 8:16 AM<br>
To: <a href="mailto:development@drupal.org">development@drupal.org</a><br>
</div><div><div></div><div class="h5">Subject: Re: [development] Newbie Drupal 7 - Creating Attendence by useraccess<br>
<br>
Upload a spreadsheet - I assume you mean csv/tsv file.  Node Import module is what I like to use.  There are many options for how to get the information into the site, though.  You could have a Meeting content type, and then have Date and Attendance for fields in them, or have User References so that the users can see what meetings they attended.<br>

<br>
Display = Views.  Views is your best method, in my opinion, to query a database and display the results.  In this case you can use an argument that defaults to Current User, and then use that to display the Meeting content type.  This would be a View of type Node.  Filter - Node:Type = Meeting, Fields - Meeting name (and whatever else).<br>

<br>
Hopefully this will get you off to a good start.<br>
<br>
Joel<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:development-bounces@drupal.org">development-bounces@drupal.org</a> [mailto:<a href="mailto:development-bounces@drupal.org">development-bounces@drupal.org</a>] On Behalf Of Iain Wiseman<br>
Sent: Monday, April 18, 2011 3:32 AM<br>
To: <a href="mailto:development@drupal.org">development@drupal.org</a><br>
Subject: [development] Newbie Drupal 7 - Creating Attendence by user access<br>
<br>
Hi,<br>
<br>
I have list of people who attended meetings who have a drupal account.<br>
<br>
I wish to<br>
- Upload a speadsheet with the attendence<br>
- Display to the users which have an account which meetings they attended<br>
- These events are not in drupal calendar<br>
<br>
I have reasonable knowledge of php/html and databases but no knowledge<br>
of drupal.<br>
<br>
Where do I start? (Please be gentle)<br>
<br>
Thanks,<br>
Iain<br>
</div></div></blockquote></div><br>