Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a CSV export of registered users on the site. #103

Open
dsummersl opened this issue Jan 9, 2019 · 1 comment
Open

Create a CSV export of registered users on the site. #103

dsummersl opened this issue Jan 9, 2019 · 1 comment

Comments

@dsummersl
Copy link

Send a regularly updated list of registered people so that Laura can contact them. This could be a password protected URL on the website, or it could be a report that is generated and emailed to her on a monthly basis.

She puts this into an access database that she uses for other reporting.

@dsummersl dsummersl added this to the Deploy to Heroku milestone Jan 9, 2019
@dsummersl
Copy link
Author

dsummersl commented Mar 6, 2019

So far, we've just been doing this:

psql -A -F , -c "select u.first_name, u.last_name, u.email, u.last_sign_in_at, u.organization, t.name, t.lat,t.lng, t.city_id from users u, things t where t.user_id = u.id"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant