Project

General

Profile

« Previous | Next » 

Revision 10397

added inputs/test_taxonomic_names/_scrub/run, which exports the test_scrub-populated tables to CSV

View differences:

inputs/test_taxonomic_names/_scrub/run
1
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/import.run
3
.rel ../../../lib/runscripts/subdir.run
4
.rel ../../../lib/sh/db_make.sh
5

  
6
if self_not_included; then
7

  
8
: "${exports_dir:="$top_dir"}"
9

  
10
exports/make()
11
{
12
	echo_func
13
	schema=public."$schema" pg_export_tables_to_dir taxonverbatim taxonlabel
14
	schema=TNRS             pg_export_tables_to_dir tnrs
15
}
16

  
17
export_()
18
{
19
	echo_func
20
	exports/make
21
}
22

  
23
fi
0 24

  

Also available in: Unified diff