Hi,
Thank you, So I did what you suggested, Below are the screenshots for your ref and I still get multiple documents
Mapper
XML Formatter
Binary to document
Error returned by XML formatter
I am trying to achieve this , where all my lines should get populated in between tags.
<create>
<GLBATCH>
<JOURNAL>PYRJ</JOURNAL>
<BATCH_DATE>$BatchDate</BATCH_DATE>
<BATCH_TITLE>$BatchTitle</BATCH_TITLE>
<ENTRIES>
<GLENTRY>
<ACCOUNTNO>$GLAccount</ACCOUNTNO>
<DEPARTMENT>$Dept</DEPARTMENT>
<LOCATION>$Location</LOCATION>
<PROJECTID>$Project</PROJECTID>
<TR_TYPE>-1</TR_TYPE>
<AMOUNT>$Credit</AMOUNT>
<DESCRIPTION>$Description</DESCRIPTION>
<GLDIMEVENT>$Event</GLDIMEVENT>
<REFERENCENO>$ReferenceNo</REFERENCENO>
</GLENTRY>
</ENTRIES>
</GLBATCH>
</create>