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

Terminate each JSON files with a newline #55

Closed waldoj closed 10 years ago

waldoj commented 10 years ago

Elasticsearch's bulk import API insists that each file end in a newline (\n), and there's no harm in ending other JSON files in a newline, too.