ZarahDB..::..CsvFilePut Method
Inserts records from a single CSV file.
Namespace:
ZarahDB_LibraryAssembly: ZarahDB_Library (in ZarahDB_Library.dll)
Syntax
public static StatusMessageValue CsvFilePut( Uri csvFile, List<string> columns, string keyColumn, string fieldSeparator, string encloser, string lineTerminator, string commentLineStarter, Uri instance, string table, Nullable<int> timeoutSeconds )
Public Shared Function CsvFilePut ( _ csvFile As Uri, _ columns As List(Of String), _ keyColumn As String, _ fieldSeparator As String, _ encloser As String, _ lineTerminator As String, _ commentLineStarter As String, _ instance As Uri, _ table As String, _ timeoutSeconds As Nullable(Of Integer) _ ) As StatusMessageValue
Parameters
- csvFile
- Type: Uri
The CSV file.
- keyColumn
- Type: String
The key column.
- fieldSeparator
- Type: String
The field separator.
- encloser
- Type: String
The encloser.
- lineTerminator
- Type: String
The line terminator.
- commentLineStarter
- Type: String
The comment line starter.
- instance
- Type: Uri
The instance.
- table
- Type: String
The table.