CSV.GetDataTable Method (String, String) |  |
Gives Data Table object from CSV file
Namespace:
SIC.File
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntaxpublic static DataTable GetDataTable(
string pFile,
string pSeparator = ";"
)
Public Shared Function GetDataTable (
pFile As String,
Optional pSeparator As String = ";"
) As DataTable
Parameters
- pFile
- Type: System.String
CSV file - pSeparator (Optional)
- Type: System.String
field separator
Return Value
Type:
DataTableData Table from CSV structure and data
RemarksEncoding setting Default
See Also