Added Import for Large CSV
This commit is contained in:
@@ -29,10 +29,10 @@
|
||||
<p>Processed Records Count: <xsl:value-of select="$PROCESSED-RECORD-COUNT"/></p>
|
||||
|
||||
<xsl:choose>
|
||||
<xsl:when test="$RDI-RECORD-COUNT != $PROCESSED-RECORD-COUNT">
|
||||
<xsl:when test="$CONSOLIDATION-ERROR != '' or $RDI-RECORD-COUNT != $PROCESSED-RECORD-COUNT">
|
||||
<h3 class="text-danger">Consolidation Unsuccessful</h3>
|
||||
<p>
|
||||
<xsl:value-of select="CONSOLIDATION-ERROR"/>
|
||||
<xsl:value-of select="$CONSOLIDATION-ERROR"/>
|
||||
</p>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
|
||||
Reference in New Issue
Block a user