Engine.NewCsvFileInputRecordStream
- Updated2025-07-21
- 1 minute(s) read
Engine.NewCsvFileInputRecordStream
Syntax
Engine.NewCsvFileInputRecordStream( absolutePath)
Return Value
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.