Project

General

Profile

« Previous | Next » 

Revision 57276

Transformation rules modified to consider also funded amount and summary for the projects. Not all the rules consider both the updates (not all the funders provide both funded amount and summary for the project) ref #4965

View differences:

aka2db.xml
68 68
                            <FIELD name="call_identifier">
69 69
                                <xsl:value-of select=".//column[@name='Call']"/>
70 70
                            </FIELD>
71
                            <FIELD name="optional1">
72
                                <xsl:value-of select="concat(.//column[@name='Funding'], ' €')"/>
71
                            <FIELD name="fundedamount" type="float">
72
                                <xsl:value-of select="translate(.//column[@name='Funding'],',','')"/>
73 73
                            </FIELD>
74
                            <FIELD name="currency">
75
                            	<xsl:value-of select="string('EUR')"/>
76
                            </FIELD>
74 77
                            <FIELD name="provenanceActionClass">sysimport:crosswalk:entityregistry</FIELD>
75 78
                            <FIELD name="provenanceActionScheme">dnet:provenanceActions</FIELD>
76 79
                            <FIELD name="collectedfrom">

Also available in: Unified diff