CsvFileOutputRecordStream.WriteRecordFrom
- Updated2025-07-21
- 1 minute(s) read
CsvFileOutputRecordStream.WriteRecordFrom
Syntax
CsvFileOutputRecordStream.WriteRecordFrom( context, record)
Purpose
Write a record to the CSV file. Implements OutputRecordStream.WriteRecordFrom .
Parameters
context As SequenceContext
[In] Specifies the SequenceContext against which to evaluate the lookup strings specified by the record parameter.
record As String Array
[In] An array of lookup strings specifying the fields to write to the stream. The lookup strings are evaluated relative to the SequenceContext specified by the context parameter.
See Also
OutputRecordStream.WriteRecord