Forum

Thread tagged as: Question, Members

Export Members to CSV in Members App

Hi,

Is it possible to create an export of all of the members signed up in the Members App?

Greg Stone

Greg Stone 0 points

  • 4 years ago

Greg, export is not currently a feature of members app. It's fairly easy to create a mini-app to handle such but it's not a built in function currently.

You could just create a simple template to output in CSV:

<perch:member id="first_name" />,<perch:member id="last_name" />,<perch:member id="email" />