Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

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: CsvReader
See Also