Engine.NewCsvFileInputRecordStream
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
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.