Revision 1475
Added by Aaron Marcuse-Kubitza almost 13 years ago
inputs/NCU-NCSC/test/DwC.specimens.xml.ref | ||
---|---|---|
10 | 10 |
<PreparationType>Specimen</PreparationType> |
11 | 11 |
<ScientificName>Sanguinaria canadensis</ScientificName> |
12 | 12 |
<StateProvince>Virginia</StateProvince> |
13 |
<establishmentMeans/>
|
|
13 |
<establishmentMeans>wild</establishmentMeans>
|
|
14 | 14 |
<occurrenceID>0</occurrenceID> |
15 | 15 |
</list> |
16 | 16 |
<list id="1"> |
... | ... | |
25 | 25 |
<PreparationType>Specimen</PreparationType> |
26 | 26 |
<ScientificName>Senecio anonymus</ScientificName> |
27 | 27 |
<StateProvince>North Carolina</StateProvince> |
28 |
<establishmentMeans/>
|
|
28 |
<establishmentMeans>wild</establishmentMeans>
|
|
29 | 29 |
<occurrenceID>1</occurrenceID> |
30 | 30 |
</list> |
31 | 31 |
</DwC> |
inputs/NCU-NCSC/maps/DwC.specimens.full.csv | ||
---|---|---|
270 | 270 |
earliestPeriodOrLowestSystem,earliestPeriodOrLowestSystem |
271 | 271 |
endDayOfYear,endDayOfYear |
272 | 272 |
establishmentMeans,establishmentMeans |
273 |
Cultivated?,"establishmentMeans/_map:[_closed=1,Yes=cultivated,No=]/value", |
|
273 |
Cultivated?,"establishmentMeans/_map:[_closed=1,Yes=cultivated,No=wild]/value",
|
|
274 | 274 |
eventDate,eventDate |
275 | 275 |
eventDate/_alt,eventDate/_alt |
276 | 276 |
eventID,eventID |
Also available in: Unified diff
inputs/NCU-NCSC/maps/DwC.specimens.csv: "Cultivated?": For clarity, use _map instead of _if to translate boolean to "cultivated". Translate "No" to "wild" (the opposite of "cultivated") to store an explicit not-cultivated as such.