Project

General

Profile

« Previous | Next » 

Revision 11924

fix: inputs/TEX/Specimen*/map.csv, postprocess.sql: habitat: also placed in occurrenceRemarks so that this field gets parsed for growth form information, as requested by Brad (wiki.vegpath.org/TEX_validation#2013-2-26)

View differences:

postprocess.sql
34 34
SELECT mk_derived_col((:table_str, 'identifiedBy'),
35 35
$$_join_words("identifiedBy__first", "identifiedBy__last")$$)
36 36
; -- runtime: 0.3 s ("Time: 267.310 ms") @starscream
37

  
38

  
39
SELECT mk_derived_col((:table_str, 'occurrenceRemarks'),
40
$$_join("specimenDescription", "habitat")$$)
41
; -- runtime: 0.2 s ("158.403 ms") @starscream

Also available in: Unified diff