Project

General

Profile

« Previous | Next » 

Revision 39315

Removed invalid "legalshortname" fields in entityreg xslts

View differences:

modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/xslt/nsf_2_db.xsl
40 40
						<ROW table="organizations">
41 41
							<FIELD name="_dnet_resource_identifier_"><xsl:value-of select="$orgId" /></FIELD>
42 42
							<FIELD name="id"><xsl:value-of select="$orgId" /></FIELD>
43
							<FIELD name="legalshortname"><xsl:value-of select=".//Institution/Name" /></FIELD>
44 43
							<FIELD name="legalname"><xsl:value-of select=".//Institution/Name" /></FIELD>
45 44
							<FIELD name="collectedfrom"><xsl:value-of select="$parentDatasourceId" /></FIELD>
46 45
							<xsl:if test="string-length(normalize-space(.//Institution/CountryName)) &gt; 0">
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/xslt/wellcometrust_2_db.xsl
74 74
					<ROW table="organizations">
75 75
						<FIELD name="_dnet_resource_identifier_"><xsl:value-of select="$orgID" /></FIELD>
76 76
						<FIELD name="id"><xsl:value-of select="$orgID" /></FIELD>
77
						<FIELD name="legalshortname"><xsl:value-of select=".//Institution" /></FIELD>
78 77
						<FIELD name="legalname"><xsl:value-of select=".//Institution" /></FIELD>
79 78
						<FIELD name="collectedfrom"><xsl:value-of select="$parentDatasourceId" /></FIELD>
80 79
						<FIELD name="provenanceActionClass">sysimport:crosswalk:entityregistry</FIELD>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/xslt/croatian_projects_2_db.xsl
71 71
							<ROW table="organizations">
72 72
								<FIELD name="_dnet_resource_identifier_"><xsl:value-of select="$organizationId" /></FIELD>
73 73
								<FIELD name="id"><xsl:value-of select="$organizationId" /></FIELD>
74
								<FIELD name="legalshortname"><xsl:value-of select="//column[@name = 'ORGANIZATION_INVOLVED']" /></FIELD>
75 74
								<FIELD name="legalname"><xsl:value-of select="//column[@name = 'ORGANIZATION_INVOLVED']" /></FIELD>
76 75
								<FIELD name="countryclass">HR</FIELD>
77 76
								<FIELD name="countryscheme">dnet:countries</FIELD>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/xslt/fct_2_db.xsl
66 66
				<ROW table="organizations">
67 67
					<FIELD name="_dnet_resource_identifier_"><xsl:value-of select="$orgId" /></FIELD>
68 68
					<FIELD name="id"><xsl:value-of select="$orgId" /></FIELD>
69
					<FIELD name="legalshortname"><xsl:value-of select="./organization" /></FIELD>
70 69
					<FIELD name="legalname"><xsl:value-of select="./organization" /></FIELD>
71 70
					<FIELD name="countryclass"><xsl:value-of select="./country" /></FIELD>
72 71
					<FIELD name="countryscheme">dnet:countries</FIELD>
modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/xslt/sfi_2_db.xsl
53 53
							<ROW table="organizations">
54 54
								<FIELD name="_dnet_resource_identifier_"><xsl:value-of select="$organizationId" /></FIELD>
55 55
								<FIELD name="id"><xsl:value-of select="$organizationId" /></FIELD>
56
								<FIELD name="legalshortname"><xsl:value-of select=".//column[@name='Research Body']" /></FIELD>
57 56
								<FIELD name="legalname"><xsl:value-of select=".//column[@name='Research Body']" /></FIELD>
58 57
								<FIELD name="countryclass">IE</FIELD>
59 58
								<FIELD name="countryscheme">dnet:countries</FIELD>

Also available in: Unified diff