Revision 3944
Added by Aaron Marcuse-Kubitza over 12 years ago
mappings/roots/stems.sh | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 |
export out_root="VegX:/*s/individualOrganismObservation[relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID]" |
|
2 |
export out_root="VegCSV" |
|
3 |
export in_root_suffix="[VegCSV]" |
mappings/roots/plots.sh | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 |
export out_root="VegX:/*s/plotObservation" |
|
2 |
export out_root="VegCSV" |
|
3 |
export in_root_suffix="[VegCSV]" |
mappings/roots/organisms.sh | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 |
export out_root="VegX:/*s/individualOrganismObservation" |
|
2 |
export out_root="VegCSV" |
|
3 |
export in_root_suffix="[VegCSV]" |
Also available in: Unified diff
mappings/roots: plots roots: Default to using VegCSV instead of VegX for new plots datasources