Welcome, Guest
Username: Password: Remember me
1. The "search..." box above searches the Docs & Forum Posts. The "Search" tab above just searches the Forum Posts. :side:
Please use these to search for your issue *before* creating a new message topic, as your issue may have been previously solved.
2. Please put your Club # and Club Web Address in your Forum Signature (best) OR in each post to get faster support from us.
Click here to edit your signature at the bottom of the Profile Information tab.
3. Our user and admin docs are available at: support.toastmastersclubs.org/doc "There's a doc for that!" ;)
4. There is an "Opt In" Feature for newly added members. The Opt In document explains the strikethrough member information. Click Here to View the Post
5. When posting a New Topic , please include all relevant details and be specific. When did your issue 1st occur? What operating system, browser, & browser version are you using? Did you refresh your browser cache? Are your cookies enabled? Lastly, a screen shot is often helpful.
6. Please abide by the Terms of Use . We are volunteers contributing our spare time. We are happy to assist you, so long as you are respectful and courteous.
7. We are always looking for new FreeToastHost Ambassadors to join our team and support fellow Toastmasters in their use of the FreeToastHost website system. If you are familiar with the system and have some interest, send a Send Us a Private Message.
  • Page:
  • 1

TOPIC:

Comma Delimited Export of Roles 11 years 7 months ago #19527

  • Cory.Boehm
  • Cory.Boehm's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 15
  • Thank you received: 0
One of my clubs (7373) currently uses the agenda template from Toastmasters International and would like to keep that format in conjunction with using the signup system that is part of FTH 2.0. The agenda is populated using an automated mail merge. If the member sign-ups from FTH could be exported to a comma delimited file with each role name followed by the member name were placed on seperate lines that information could then be used to merge into the existing agenda template.

This structure with an instruction document, which I am willing to create, would give everyone significantly more freedom in the format of their meeting agendas from the current system.

Further, it would be nice to have a second option that allowed for exporting several consecutive meetings for creating a signup sheet in a similar manner. In my ideally situation this export would start with check the current date and exclude the immediately next meeting and then output a set number of meetings based on a variable that could be changed on the admin console.
VP PR and Webmaster, Windy Corners Toastmasters

Please Log in or Create an account to join the conversation.

Re: Comma Delimited Export of Roles 11 years 7 months ago #19531

  • Brian
  • Brian's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 11642
  • Thank you received: 3880
Member Signup is available in html or as an excel xls file.

Click on the Sign up icon and in the top right corner you can download the role report as an xls and you can export that as a csv file from excel.

Thank you,

Brian McDonald DTM, PDD D61
FTH Lead Technical Support
member Cataraqui Valley Toastmaster 9560

Please Log in or Create an account to join the conversation.

Re: Comma Delimited Export of Roles 11 years 7 months ago #19532

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • FreeToastHost Developer
  • FreeToastHost Developer
  • Posts: 13529
  • Thank you received: 3831
Attached is a PDF of a CSV file that I produced from the Multiple Meeting Sign-up sheet. Time to produce this was less than 10 minutes. How I did this:

1. Click on the button for the multiple meeting signup sheet in the Agenda view page.

2. When you see the Print Dialog box, Cancel/Close the dialog box. (but leave the report screen displayed)

3. Select the rows containing the meeting dates, roles, and sign-ups with your mouse. Do not include the report heading.

4. Copy the selected text to the clipboard.

5. Open Excel and paste from the clipboard.

6. The text will likely be transposed from what you need for a mail merge. In other words, you probably need the dates down the left side and roles across the top.

7. To transpose the text, select all the relevant text and Copy it back to the clipboard. (You must do it this way, since the first copy/past also does a information conversion from text format to Excel format--cannot do just one copy/paste.)

8. Using the right mouse menu, select Paste Special with the mouse cursor pointing to a fairly empty part of the worksheet. With the Paste Special dialog showing, click on the Transpose checkbox so that the cells will be transposed when you paste.

9. Do the paste and voila! the cells should be transposed in the ordering and layout you need. Just clean up the old unneeded cells that you copied from and move the tranposed cells to the upper left corner to allow for saving to a CSV file. The first "record" contains the "fieldnames" for the CSV file. If you don't need it, then delete that row. If you do need it, then you may want to type in "Date" as the column heading for the date column so that is included in the CSV file.

10. Do a Save As, select CSV file and you are done. Presto! you have a CSV file containing role sign-up information for the next 5 meetings.

As I said above, I was able to do this in less than 10 minutes.

I will send you my bill for services rendered above. (just kidding... I am a volunteer. ;) )

Steve
Regards,

Steve James, DTM
FreeToastHost System Developer
Officer Emeritus, Mindful Communicators (Club 1966, District 52) A President's Distinguished Club for each of the last 10 years.

>>> Please put your club number in your forum profile. CLICK here to edit your profile.

This message has an attachment file.
Please log in or register to see it.

The following user(s) said Thank You: Cory.Boehm

Please Log in or Create an account to join the conversation.

Last edit: by SteveTheTechie.

Re: Comma Delimited Export of Roles 11 years 7 months ago #19533

  • RogerM
  • RogerM's Avatar
  • Visitor
  • Visitor
and, if this is something that you do on a frequent basis, and you know someone that can write an Excel macro, it is a 10 minute task, 1 time, and a 30 second job after that.

I charge the same rates as Steve.

Please Log in or Create an account to join the conversation.

Re: Comma Delimited Export of Roles 11 years 7 months ago #19541

  • Cory.Boehm
  • Cory.Boehm's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 15
  • Thank you received: 0
Thanks Steve and Roger.

Those solutions though, even with a macro, feels clunkier than it needs to be. There is already a procedure for parsing the database to output the information in the exact order i am looking for. The change I am requesting is that it be placed into a CSV instead on an HTML table.

Further, I would like to see the number of of future meetings included on the member signup to be configurable through the admin console. For example, The Forks (club 7373) currently is using an eight meeting signup sheet yet the suggested process outputs a maximum of five meetings.

This would seem like a fairly minor change from a programming perspective that would add an extra level of functionality.
VP PR and Webmaster, Windy Corners Toastmasters

Please Log in or Create an account to join the conversation.

Re: Comma Delimited Export of Roles 7 years 4 months ago #59765

  • SteveTheTechie
  • SteveTheTechie's Avatar
  • Offline
  • FreeToastHost Developer
  • FreeToastHost Developer
  • Posts: 13529
  • Thank you received: 3831
Bump
Regards,

Steve James, DTM
FreeToastHost System Developer
Officer Emeritus, Mindful Communicators (Club 1966, District 52) A President's Distinguished Club for each of the last 10 years.

>>> Please put your club number in your forum profile. CLICK here to edit your profile.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Moderators: Pamrhtaylor3jliumarc33NotLiabledeedubbleyooNSBPhyllis Kirouac
Time to create page: 0.035 seconds
Powered by Kunena Forum