Project

General

Profile

« Previous | Next » 

Revision 10318

inputs/ARIZ/: switched to new-style import, using the steps at wiki.vegpath.org/Switching_to_new-style_import#stage-I-source-specific > "run the following for each datasource"

View differences:

postprocess.sql
2 2

  
3 3
-- cultivated can only be true or NULL, not false
4 4
SELECT mk_derived_col((:table_str, 'cultivated'),
5
$$_map('"0"=>NULL, "*"=>"*"', "cultivationStatus")$$);
5
$$_map('"0"=>NULL, "*"=>"*"', "cultivated_verbatim")$$);

Also available in: Unified diff