Engine.NewCsvFileInputRecordStream

Syntax

Engine.NewCsvFileInputRecordStream( absolutePath)

Return Value

CsvFileInputRecordStream

Purpose

Create a new CsvFileInputRecordStream for the specified file.

Remarks

When the returned CsvFileInputRecordStream is no longer needed, it should be closed by calling CsvFileInputRecordStream.Close . If it is not closed already, the stream closes automatically when the last reference to it is removed.

Parameters

absolutePath As String

[In] Specifies the absolute path to the CSV file.

See Also

CsvFileInputRecordStream