Project

General

Profile

« Previous | Next » 

Revision 11586

/run geoscrub_input/make(): include a header on the CSV file, so that the column names don't risk getting spliced from the data (and to shorten the CSV filename, which had to contain the column names instead). this requires changing the geoscrubbing scripts to accept a CSV header.

View differences:

run
18 18
geoscrub_input/make() # runtime: 20 s ("0:21.57elapsed") @ r10880
19 19
{
20 20
	echo_func; set_make_vars; check_fake_target_exists
21
	pg_export_table_to_dir_no_header "$target_filename"
21
	pg_export_table_to_dir "$target_filename"
22 22
}
23 23

  
24 24
export_()

Also available in: Unified diff