Revision 11519
Added by Aaron Marcuse-Kubitza about 11 years ago
inputs/input.Makefile | ||
---|---|---|
312 | 312 |
$(selfMake) "$*/postprocess" |
313 | 313 |
-$(exportHeader) |
314 | 314 |
-$(if $(isCsv),,$(cleanup)) |
315 |
$(selfMake) "$*/map_table" |
|
316 | 315 |
# ignore errors if table does not exist (non-data dir) |
317 | 316 |
define import_install_ |
318 | 317 |
(. $(bin)/vegbien_dest; unset schemas; "time" nice -n +5\ |
Also available in: Unified diff
bugfix: inputs/input.Makefile: %/install: don't run map_table, because this instead done by the runscript. although it does not hurt to do it twice, invoking load_data by itself should not run map_table at all, so that the original column names can be inspected in the table and map.csv reordered to match.