Project

General

Profile

« Previous | Next » 

Revision 10403

inputs/test_taxonomic_names/_scrub/run: exports/make(): subset the columns to include only the most important to demo how the data is represented

View differences:

run
10 10
exports/make()
11 11
{
12 12
	echo_func
13
	(schema=public."$schema"
14
		cols=* pg_export_tables_to_dir taxonverbatim
15
		cols=* pg_export_tables_to_dir taxonlabel
13
	(schema=public.$schema
14
		cols=(taxonverbatim_id taxonlabel_id taxonname); \
15
pg_export_tables_to_dir taxonverbatim
16
		cols=(taxonlabel_id taxonomicname); pg_export_tables_to_dir taxonlabel
16 17
	)
17 18
	(schema=TNRS
18
		cols=* pg_export_tables_to_dir tnrs
19
		cols=(Name_number Name_submitted Family_matched Genus_matched
20
Specific_epithet_matched Taxonomic_status Accepted_scientific_name); \
21
pg_export_tables_to_dir tnrs
19 22
	)
20 23
}
21 24

  

Also available in: Unified diff