How to burst and deliver a single CSV file to SFTP when no column has a common value for all records
Hi team,
I am working on an Oracle HCM Cloud BI Publisher report where the requirement is to:
- Generate one CSV file
- Containing all records
- Deliver the file to SFTP location
- Using BI Publisher Bursting
Key Constraints:
- The data does not contain any column with the same value across all rows
- We do not want to add a dummy or constant column (e.g.
1,ALL) to the main data, because that column appears in the CSV output - When a hard-coded value (like
'ALL') orDUALis used directly as the bursting KEY, the job fails with:
java.lang.StringIndexOutOfBoundsException
Requirement:
Tagged:
0