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

Get member list from bulk data #79

Open
waldoj opened this issue Jan 25, 2020 · 0 comments
Open

Get member list from bulk data #79

waldoj opened this issue Jan 25, 2020 · 0 comments

Comments

@waldoj
Copy link
Member

waldoj commented Jan 25, 2020

There's no longer any need to screen-scrape the member list — it's available as CSV on the FTP site, like such:

"MBR_HOU","MBR_MBRNO","MBR_NAME"
"H","H0289","Adams, Dawn M.                "
"H","H0252","Adams, Les R.                 "
"H","H0274","Aird, Lashrecse D.            "
"H","H0311","Askew, Alex Q.                "
"H","H0269","Sullivan, Richard C.""Rip,"" Jr."
"S","S0093","Chafin, A. Benton ""Ben""       "
"S","S0026","Norment, Thomas K., Jr.       "

(I've plucked out a few representatively complex examples, to show what'll need to be dealt with.)

Obviously, there's some whitespace to be trimmed off, there's the double-quoting to be handled, and the name formatting will be a whole thing to deal with.

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