Revision 10863
Added by Aaron Marcuse-Kubitza about 11 years ago
input.Makefile | ||
---|---|---|
413 | 413 |
|
414 | 414 |
+maps = $(filter %/map.csv %/VegBIEN.csv $(mappings)/%,$(+_)) |
415 | 415 |
map2db = env in_database=vegbien in_schema=$(datasrc) in_table=$*\ |
416 |
out_database=vegbien $(root)/map $(+maps) |
|
416 |
out_database=vegbien source=$(datasrc).new $(root)/map $(+maps)
|
|
417 | 417 |
|
418 | 418 |
##### Import to VegBIEN |
419 | 419 |
|
Also available in: Unified diff
inputs/input.Makefile: $(map2db): import to datasrc.new instead of plain datasrc, so that the current import of the datasrc is not overwritten