Revision 10318
Added by Aaron Marcuse-Kubitza over 11 years ago
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
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"