|
CsvReaderFromUrl Method
|
Creates a new CsvReader to read from a Web URL.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public static CsvReader FromUrl(
string url,
bool hasHeaders
)
Public Shared Function FromUrl (
url As String,
hasHeaders As Boolean
) As CsvReader
Request Example
View SourceParameters
- url
- Type: SystemString
The url pointing to the .csv file. - hasHeaders
- Type: SystemBoolean
if field names are located on the first non commented line, otherwise, .
Return Value
Type:
CsvReaderSee Also