Provides access to members that control a CSV file crawler.
Members
| Name | Description | |
|---|---|---|
![]() |
Path | The CSV file to crawl. |
![]() |
SourceField | The name of the field that references the raster dataset. |
ICsvCrawler.Path Property
The CSV file to crawl.
Public Property Path As String
public string Path {get; set;}
ICsvCrawler.SourceField Property
The name of the field that references the raster dataset.
Public Property SourceField As String
public string SourceField {get; set;}
Classes that implement ICsvCrawler
| Classes | Description |
|---|---|
| CsvCrawler | A crawler for CSV files. |
