Added Import for Large CSV

This commit is contained in:
James Richie
2026-05-21 19:16:27 -04:00
parent 3c5401f82b
commit 8a3cb15e55
22 changed files with 1571 additions and 317 deletions
+2 -2
View File
@@ -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>