OIC- To write an .csv file provided data at output but header fields not displaying
Summary
To write .csv file with header fields and data but header fields are not providedContent
Hi,
We suppose to have an .csv file (data and header field name at first line)
but we are getting only data without having header fields.
Need to have fields name as well.
Expected output as bewlo:
eg:
CustomerID,CVRNumber
1001,2301
File adapter have schema like below:
<?xml version="1.0" encoding="UTF-8" ?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd"
xmlns:tns="http://TargetNamespace.com/fileReference/WriteCustomerCSV_Files"
targetNamespace="http://TargetNamespace.com/fileReference/WriteCustomerCSV_Files"
Tagged:
1