I am trying to push data from a CSV file into Infor LN through ION. My XSLT mapping works fine with one line in the file but if I have 2 or more lines it kept reading 1 line only. I have been trying the command for-each with no success. My Data area looks like this:
<xsl:template match="DataArea">
<DataArea>
<xsl:apply-templates select="Process"/>
<xsl:apply-templates select="PCSProjectCSV"/>
</DataArea>
</xsl:template>
Any example would be greatly appreciated.
Thanks,