AdrielHamptonGroup / auto-donor-research

🔍R Script for Automated Donor Research
GNU Affero General Public License v3.0
0 stars 0 forks source link

Committee_name #9

Open eshaprogress opened 6 years ago

eshaprogress commented 6 years ago

For the new inserts, the committee name appears like this: BERNIE 2016 (C00577130) .

And the committee_id = 'NULL'

So in regex: [a-zA-Z0-9]*(C[0-9)] . so now... when we insert the committee name.. we need to do a quick Regular expression string split..such that the first part is under committee_name and the Cxxxxxxx part is under committee_id

wmurphyrd commented 6 years ago

Pretty sure this is just an artifact of #8 and will go away once that is fixed