Project

General

Profile

« Previous | Next » 

Revision 10569

inputs/NCU/: switched to new-style import, using the steps at http://wiki.vegpath.org/Adding_new-style_import_to_a_datasource

View differences:

postprocess.sql
3 3

  
4 4
-- cultivated can only be true or NULL, not false
5 5
SELECT mk_derived_col((:table_str, 'cultivated'),
6
$$_map('0=>NULL, -1=>true, *=>*', "Cultivated")$$)
6
$$_map('0=>NULL, -1=>true, *=>*', "cultivated_verbatim")$$)
7 7
; -- runtime: 4 s ("Time: 3768.112 ms") @starscream

Also available in: Unified diff