openreferral / hsds-transformer

Convert data into valid Human Service Data Specification (HSDS) datapackages. (Produced by the Open Referral Initiative.)
MIT License
11 stars 5 forks source link

Failing spec: It "converts a services file into valid HSDS services data" #3

Closed switzersc closed 5 years ago

switzersc commented 5 years ago

This spec is failing because the services csv in spec/fixtures/input has an invalid CSV line at the end. We need to add some layer of validation during transformation that removes invalid lines.

switzersc commented 5 years ago

Resolved by #13