René's URL Explorer Experiment


Title: CsvProvider (FSharp.Data) | FSharp.Data

Open Graph Title: CsvProvider (FSharp.Data)

X Title: CsvProvider (FSharp.Data)

Opengraph URL: https://fsprojects.github.io/FSharp.Data/{{fsdocs-source-basename}}.html

X: https://fsprojects.github.io/FSharp.Data/

direct link

Domain: fsprojects.github.io

NoneIE=edge
authorFSharp.Data
og:site_nameFSharp.Data
og:typewebsite
twitter:cardsummary_large_image

Links:

Licensehttps://github.com/fsprojects/FSharp.Data/blob/master/LICENSE.md
Release Noteshttps://github.com/fsprojects/FSharp.Data/blob/master/RELEASE_NOTES.md
Source Repositoryhttps://github.com/fsprojects/FSharp.Data/
CSV Type Provider https://fsprojects.github.io/FSharp.Data/library/CsvProvider.html
HTML Type Provider https://fsprojects.github.io/FSharp.Data/library/HtmlProvider.html
JSON Type Provider https://fsprojects.github.io/FSharp.Data/library/JsonProvider.html
XML Type Provider https://fsprojects.github.io/FSharp.Data/library/XmlProvider.html
WorldBank Provider https://fsprojects.github.io/FSharp.Data/library/WorldBank.html
Type Inference and Missing Values https://fsprojects.github.io/FSharp.Data/library/TypeInference.html
HTTP Utilities https://fsprojects.github.io/FSharp.Data/library/Http.html
CSV Parser https://fsprojects.github.io/FSharp.Data/library/CsvFile.html
HTML Parser https://fsprojects.github.io/FSharp.Data/library/HtmlParser.html
HTML CSS selectors https://fsprojects.github.io/FSharp.Data/library/HtmlCssSelectors.html
JSON Parser https://fsprojects.github.io/FSharp.Data/library/JsonValue.html
Anonymizing JSON https://fsprojects.github.io/FSharp.Data/tutorials/JsonAnonymizer.html
Converting between JSON and XML https://fsprojects.github.io/FSharp.Data/tutorials/JsonToXml.html
Using JSON Schema with the JSON Type Provider https://fsprojects.github.io/FSharp.Data/library/JsonSchema.html
All Namespaces https://fsprojects.github.io/FSharp.Data/reference/index.html
FSharp.Data https://fsprojects.github.io/FSharp.Data/
https://github.com/fsprojects/FSharp.Data/
Licensehttps://github.com/fsprojects/FSharp.Data/blob/master/LICENSE.md
Release Noteshttps://github.com/fsprojects/FSharp.Data/blob/master/RELEASE_NOTES.md
Source Repositoryhttps://github.com/fsprojects/FSharp.Data/
CSV Type Provider https://fsprojects.github.io/FSharp.Data/library/CsvProvider.html
HTML Type Provider https://fsprojects.github.io/FSharp.Data/library/HtmlProvider.html
JSON Type Provider https://fsprojects.github.io/FSharp.Data/library/JsonProvider.html
XML Type Provider https://fsprojects.github.io/FSharp.Data/library/XmlProvider.html
WorldBank Provider https://fsprojects.github.io/FSharp.Data/library/WorldBank.html
Type Inference and Missing Values https://fsprojects.github.io/FSharp.Data/library/TypeInference.html
HTTP Utilities https://fsprojects.github.io/FSharp.Data/library/Http.html
CSV Parser https://fsprojects.github.io/FSharp.Data/library/CsvFile.html
HTML Parser https://fsprojects.github.io/FSharp.Data/library/HtmlParser.html
HTML CSS selectors https://fsprojects.github.io/FSharp.Data/library/HtmlCssSelectors.html
JSON Parser https://fsprojects.github.io/FSharp.Data/library/JsonValue.html
Anonymizing JSON https://fsprojects.github.io/FSharp.Data/tutorials/JsonAnonymizer.html
Converting between JSON and XML https://fsprojects.github.io/FSharp.Data/tutorials/JsonToXml.html
Using JSON Schema with the JSON Type Provider https://fsprojects.github.io/FSharp.Data/library/JsonSchema.html
All Namespaces https://fsprojects.github.io/FSharp.Data/reference/index.html
FSharp.Data https://fsprojects.github.io/FSharp.Data/reference/fsharp-data.html
AssumeMissingValues: bool(optional,default=false) https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#AssumeMissingValues
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
CacheRows: bool(optional,default=true) https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#CacheRows
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
Culture: string(optional,default="") https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#Culture
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
EmbeddedResource: string(optional,default="") https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#EmbeddedResource
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
Encoding: string(optional,default="") https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#Encoding
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
HasHeaders: bool(optional,default=true) https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#HasHeaders
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
IgnoreErrors: bool(optional,default=false) https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#IgnoreErrors
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
InferRows: int(optional,default=1000) https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#InferRows
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
MissingValues: string(optional,default="") https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#MissingValues
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
PreferDateOnly: bool(optional,default=false) https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#PreferDateOnly
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
PreferDateTimeOffset: bool(optional,default=false) https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#PreferDateTimeOffset
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
PreferFloats: bool(optional,default=false) https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#PreferFloats
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
PreferOptionals: bool(optional,default=false) https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#PreferOptionals
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
Quote: char(optional,default='"') https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#Quote
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
ResolutionFolder: string(optional,default="") https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#ResolutionFolder
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
Sample: string(optional,default="") https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#Sample
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
Schema: string(optional,default="") https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#Schema
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
Separators: string(optional,default="") https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#Separators
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
SkipRows: int(optional,default=0) https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#SkipRows
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
StrictBooleans: bool(optional,default=false) https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#StrictBooleans
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1
UseOriginalNames: bool(optional,default=false) https://fsprojects.github.io/FSharp.Data/reference/fsharp-data-csvprovider.html#UseOriginalNames
https://github.com/fsprojects/FSharp.Data/tree/master/startup#L1-1

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.