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:

arc_2_db.xml
76 76
							<FIELD name="keywords">
77 77
								<xsl:value-of select="normalize-space($keywords)"/>
78 78
							</FIELD>
79
							<FIELD name="summary">
80
                                <xsl:value-of select="//ands:description[@type='brief']"/>
81
                            </FIELD>
82
                            <xsl:if test="//ands:description[@type='fundingAmount']">
83
                                <FIELD name="fundedamount" type="float">
84
                                    <xsl:value-of select="translate(//ands:description[@type='fundingAmount'],'$,','')"/>
85
                                </FIELD>
86
                                <FIELD name="currency">
87
                                    <xsl:value-of select="string('AUD')"/>
88
                                </FIELD>
89
                            </xsl:if>
79 90
							<FIELD name="collectedfrom">
80 91
								<xsl:value-of select="$varDatasourceId"/>
81 92
							</FIELD>

Also available in: Unified diff