Revision 3921
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
103 | 103 |
DwC2-VegBIEN.specimens.csv |
104 | 104 |
<$< $(bin)/invert\ |
105 | 105 |
|$(bin)/join $(word 2,$+)\ |
106 |
|env all=1 $(bin)/union $(word 3,$+)\
|
|
107 |
|$(bin)/sort_map\
|
|
108 |
|$(bin)/sort 0 1 >$@
|
|
106 |
|$(bin)/sort_map >$@
|
|
107 |
# before sort_map: |env all=1 $(bin)/union $(word 3,$+)
|
|
108 |
# after sort_map: |$(bin)/sort 0 1
|
|
109 | 109 |
vegcsvMaps += VegCSV-VegBIEN.specimens.csv |
110 | 110 |
|
111 | 111 |
vegcsv_maps: _always $(vegcsvMaps) ; |
Also available in: Unified diff
mappings/Makefile: VegCSV-VegBIEN.specimens.csv: Commented out combining with DwC2-VegBIEN mappings, because merging DwC and VegX/VegCSV into one map is a lower priority than replacing all datasource VegX mappings with VegCSV (which does not require the merging but does require XPaths that don't collide, which is not yet the case)