Row splitting on BI Publisher report with excel output

Issue:
------

The BI Publisher Report with excel output is splitting lines into separate rows for the same record.


Findings:
---------

As per my analysis, carriage returns on the field is one of the reason for row splitting on BI Publisher Report. Oracle BI Publisher report output generator cannot identify those non-human readable carriage returns. I continued my analysis and found out there are similar issue with some others fields also and Swiss characters are not creating this issue.  I tried to create a prototype to replace those non-human readable carriage returns symbol with spaces. Finally the prototype has been successfully created for both the fields in test instance. Hopefully this solution has been successfully fixed the row splitting issue.

Solution:

Edit the data definition XML file and for each field with carriage return char with space replace with following:
TRANSLATE(TRANSLATE(htv.TCRD_COMMENT_TEXT, CHR(10),' '), CHR(13),' ')

Comments

Popular posts from this blog

XML Publisher Request Fails Due to Output Post Processing Issue

Oracle Database Connection to TOAD