ZarahDB..::..CsvFolderInsert Method
Inserts records from a folder of CSV files.
This method does not support transactions. The values are written directly to increase speed.
Namespace:
ZarahDB_LibraryAssembly: ZarahDB_Library (in ZarahDB_Library.dll)
Syntax
public static bool CsvFolderInsert( Uri csvFolder, List<string> columns, string keyColumn, string fieldSeparator, string encloser, string lineTerminator, string commentLineStarter, Uri instance, string table )
Parameters
- csvFolder
- Type: Uri
The CSV folder.
- 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.