Project

General

Profile

« Previous | Next » 

Revision 10623

bugfix: inputs/TEX/Specimen2/map.csv: DETERMINER FIRST NAME/LAST NAME: combined using _join_words() instead of the default _alt()

View differences:

inputs/TEX/Specimen2/map.csv
39 39
UTM,*UTM,,
40 40
ORIGIN,establishmentMeans,,
41 41
PHENOLOGY,reproductiveCondition,,
42
DETERMINER FIRST NAME,identifiedBy,,
43
DETERMINER LAST NAME,identifiedBy,,
42
DETERMINER FIRST NAME,identifiedBy,/_join_words/1,
43
DETERMINER LAST NAME,identifiedBy,/_join_words/2,
44 44
DET DATE,dateIdentified,,
45 45
DETERMINER INSTITUTION,*DETERMINER INSTITUTION,,
46 46
DET NOTES,identificationRemarks,,
inputs/TEX/Specimen2/VegBIEN.csv
16 16
COLLECTOR NUMBER,"/location/locationevent/taxonoccurrence/iscultivated/_alt/1/_if[@name=""if TaxonOccurrence""]/cond/_exists",
17 17
ORIGIN,"/location/locationevent/taxonoccurrence/iscultivated/_alt/2/_map:[cultivated=t,wild=f,*=]/value",
18 18
ORIGIN,"/location/locationevent/taxonoccurrence/isnative/_map:[native=t,exotic=f,*=]/value",
19
DETERMINER FIRST NAME,/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/party/fullname,
20
DETERMINER LAST NAME,/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/party/fullname,
19
DETERMINER FIRST NAME,/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/party/fullname/_join_words/1,
20
DETERMINER LAST NAME,/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/party/fullname/_join_words/2,
21 21
VARIETY,"/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/taxonverbatim/*_id/taxonlabel/parent_id/taxonlabel/parent_id/_forEach:[in:[cultivar,forma,],do=""taxonlabel[rank=_val]/parent_id""]/taxonlabel[rank=variety]/taxonepithet",
22 22
SUBSPECIES,"/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/taxonverbatim/*_id/taxonlabel/parent_id/taxonlabel/parent_id/_forEach:[in:[cultivar,forma,variety,],do=""taxonlabel[rank=_val]/parent_id""]/taxonlabel[rank=subspecies]/taxonepithet",
23 23
SPECIES,"/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/*_id/taxonverbatim/*_id/taxonlabel/parent_id/taxonlabel/parent_id/_forEach:[in:[cultivar,forma,variety,subspecies,],do=""taxonlabel[rank=_val]/parent_id""]/taxonlabel[rank=species]/taxonepithet",
inputs/TEX/Specimen2/test.xml.ref
59 59
                                    <party_id>
60 60
                                        <party>
61 61
                                            <fullname>
62
                                                <_alt>
63
                                                    <0>$DETERMINER FIRST NAME</0>
64
                                                    <1>$DETERMINER LAST NAME</1>
65
                                                </_alt>
62
                                                <_join_words>
63
                                                    <1>$DETERMINER FIRST NAME</1>
64
                                                    <2>$DETERMINER LAST NAME</2>
65
                                                </_join_words>
66 66
                                            </fullname>
67 67
                                        </party>
68 68
                                    </party_id>
inputs/TEX/Specimen2/new_terms.csv
16 16
COLLECTOR 5 LAST NAME,recordedBy__additional__4__last,,
17 17
MISC NOTES,locationRemarks,,
18 18
ORIGIN,establishmentMeans,,
19
DETERMINER FIRST NAME,identifiedBy,,
20
DETERMINER LAST NAME,identifiedBy,,
19
DETERMINER FIRST NAME,identifiedBy,/_join_words/1,
20
DETERMINER LAST NAME,identifiedBy,/_join_words/2,
21 21
DET DATE,dateIdentified,,
22 22
DET NOTES,identificationRemarks,,

Also available in: Unified diff