CsvFileOutputRecordStream.WriteRecord

Syntax

CsvFileOutputRecordStream.WriteRecord( record, mapping = "")

Purpose

Write a record to the CSV file. Implements OutputRecordStream.WriteRecord .

Parameters

record As PropertyObject

[In] The record to write. Refer to OutputRecordStream.WriteRecord for more information.

mapping As String

[In] [Optional] Specifies the mapping from elements (either subproperties or array elements) in the record parameter to fields in the file. Refer to OutputRecordStream.WriteRecord for more information.

See Also

OutputRecordStream.WriteRecord

CsvFileOutputRecordStream.WriteRecordFrom