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:

snsf_2_db.xml
54 54
                                <xsl:value-of select=".//column[@name='Project Title']"/>
55 55
                            </FIELD>
56 56
                            <xsl:if test="number(.//column[@name='Approved Amount'])">
57
                                <FIELD name="optional1">
58
                                	<xsl:value-of select=".//column[@name='Approved Amount']"/>
59
                            	</FIELD>
57
                                <FIELD name="fundedamount" type="float">
58
                                    <xsl:value-of select=".//column[@name='Approved Amount']"/>
59
                                </FIELD>
60
                                <FIELD name="currency">
61
                                    <xsl:value-of select="string('CHF')"/>
62
                                </FIELD>
60 63
                            </xsl:if>
61 64
                            <FIELD name="keywords">
62 65
                                <xsl:value-of select=".//column[@name='Discipline Name Hierarchy']"/>

Also available in: Unified diff