XPath cleanup¶
Removing obsolete mappings¶
- Remove the mapping
make
svn st
- For any
inputs/*/maps/VegBIEN.*.csv
maps that have changed:svn di
the map to check that it didn't change in ways that affect the datasource- Run
make inputs/<datasource>/test/
and check that the tests either pass or didn't change in ways that affect the datasource- Note that some datasources may have a column for a term, but have no data in that column or no data applicable to the obsolete mapping.
These datasources will have failing tests, but the new test output can be accepted as long as the inserted rows count didn't change.
- Note that some datasources may have a column for a term, but have no data in that column or no data applicable to the obsolete mapping.