-
Notifications
You must be signed in to change notification settings - Fork 54
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
Hong Kong: Sixth Legislative Council -- multiple emails and phone numbers need splitting #33726
Labels
Comments
This was referenced Apr 24, 2017
This was referenced May 18, 2017
ondenman
pushed a commit
to everypolitician-scrapers/hong_kong_legislative_council_members
that referenced
this issue
May 18, 2017
Member has multiple email addresses. The scraper is recording these without splitting them. TODO: They need to be split with ';'s. Issue: everypolitician/everypolitician-data#33726
ondenman
pushed a commit
to everypolitician-scrapers/hong_kong_legislative_council_members
that referenced
this issue
Jun 5, 2017
TODO: The member has multiple phone numbers recorded without a delimiter: everypolitician/everypolitician-data#33726
ondenman
pushed a commit
to everypolitician-scrapers/hong_kong_legislative_council_members
that referenced
this issue
Jun 5, 2017
Member has multiple email addresses. The scraper is recording these without splitting them. TODO: They need to be split with ';'s. Issue: everypolitician/everypolitician-data#33726
ondenman
pushed a commit
to everypolitician-scrapers/hong_kong_legislative_council_members
that referenced
this issue
Jul 7, 2017
TODO: The member has multiple phone numbers recorded without a delimiter: everypolitician/everypolitician-data#33726
ondenman
pushed a commit
to everypolitician-scrapers/hong_kong_legislative_council_members
that referenced
this issue
Jul 7, 2017
Member has multiple email addresses. The scraper is recording these without splitting them. TODO: They need to be split with ';'s. Issue: everypolitician/everypolitician-data#33726
ondenman
pushed a commit
to everypolitician-scrapers/hong_kong_legislative_council_members
that referenced
this issue
Jul 7, 2017
TODO: The member has multiple phone numbers recorded without a delimiter: everypolitician/everypolitician-data#33726
ondenman
pushed a commit
to everypolitician-scrapers/hong_kong_legislative_council_members
that referenced
this issue
Jul 7, 2017
Member has multiple email addresses. The scraper is recording these without splitting them. TODO: They need to be split with ';'s. Issue: everypolitician/everypolitician-data#33726
ondenman
pushed a commit
to everypolitician-scrapers/hong_kong_legislative_council_members
that referenced
this issue
Jul 7, 2017
Some members have multiple email addresses. Previously MemberPage was capturing them joined as one contiguous string. With this commit, multiple email addresses are now delimited with semi-colons. Fixes everypolitician/everypolitician-data#33726
tmtmtmtm
pushed a commit
to everypolitician-scrapers/hong_kong_legislative_council_members
that referenced
this issue
Jul 14, 2017
Some members have multiple email addresses. Previously MemberPage was capturing them joined as one contiguous string. With this commit, multiple email addresses are now delimited with semi-colons. Fixes everypolitician/everypolitician-data#33726
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
The scraper is currently capturing multiple email addresses and phone numbers for members as one long string.
Fix
These need splitting and joining with a semicolon.
The text was updated successfully, but these errors were encountered: