Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

File adapter in append mode - adds header multiple times.

YJ7Feb 5 2019

Hi,

We have an outbound file adapter, which writes the content to CSV file and its configured to work in append mode. In the schema file, we have set the "nxsd:outboundHeader", so that first record has the column names. When the records are added to same file via different flow instance, we noticed that the header is being repeated,

1. Is this an expected behavior or bug ?

2. Options to get the header line only once

Sample output file

Item, Desciption, Qty, Price

Item1, GigaWidget, 60, $75

Item2, MegaBucket, 48, $125

Item, Desciption, Qty, Price

Item1, GigaWidget, 60, $75

Item2, MegaBucket, 48, $125

Expected output file

Item, Desciption, Qty, Price

Item1, GigaWidget, 60, $75

Item2, MegaBucket, 48, $125

Item1, GigaWidget, 60, $75

Item2, MegaBucket, 48, $125

Comments
Post Details
Added on Feb 5 2019
4 comments
1,198 views