openva / crump

A parser for the Virginia State Corporation Commission's business registration records.
https://vabusinesses.org/
MIT License
20 stars 3 forks source link

Eliminate "99999999999" shares from 2_corporate #95

Closed waldoj closed 9 years ago

waldoj commented 9 years ago

As a placeholder (for what, I don't know), 2_corporate lists 99999999999 shares for businesses. Elasticsearch complains about this, and fails to import the record. I don't know why Elasticsearch complaints, but it's just as well—they don't really have 100 billion shares.

When the value of this field equals 99999999999, just replace it with no value.

waldoj commented 9 years ago

Bingo—with this change another 3,000 businesses showed up.