public class CSVOutputWriter extends Object
| Constructor and Description |
|---|
CSVOutputWriter(AnalyticsMetadataInfo analyticsMetadataInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
initStream(OutputStream dataOutputStream) |
List<RecordProcessResultDTO> |
writeData(OutputStream outputStream,
CollectionOfMapReader genericReader)
Writes the necessary data to given output stream.
|
public CSVOutputWriter(AnalyticsMetadataInfo analyticsMetadataInfo)
public void initStream(OutputStream dataOutputStream) throws WriterException
WriterExceptionpublic List<RecordProcessResultDTO> writeData(OutputStream outputStream, CollectionOfMapReader genericReader) throws WriterException
outputStream - - stream to write ongenericReader - - container of the mapped data to be uploaded into salesforceWriterException - if any error occurred when writing data to salesforce analytics systemCopyright © 2025 MuleSoft, Inc.. All rights reserved.