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

Fix YAML field names missing "RA" #28

Closed waldoj closed 10 years ago

waldoj commented 10 years ago

When standardizing table field names in YAML (#21), I saw that "RA" seemed to be unnecessary in columns, since I found an instance when it was omitted from a foreign key reference. So I stripped it out from the field names that used it. Now that I see that "RA" stands for "Registered Agent" (#25), I see that it is clearly important. Revisit #21 to re-add "RA" to relevant field names.

waldoj commented 10 years ago

Looks like I got this done a long while ago.