Revision 7302
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/newWorld/newWorldCountries/header.csv | ||
---|---|---|
1 |
countryID,isoCode,isNewWorld,countryNameStd,isNewWorld_index,countryNameStd_index,isoCode_index |
inputs/newWorld/newWorldCountries/postprocess.sql | ||
---|---|---|
1 |
ALTER TABLE :table ALTER COLUMN "isNewWorld" TYPE boolean |
|
2 |
USING COALESCE("isNewWorld", false); |
Also available in: Unified diff
Added inputs/newWorld/newWorldCountries/ with postprocess.sql that sets isNewWorld to false wherever it's NULL. (The input table only marks New World countries as true, but doesn't mark non-New World countries as false.)