URL
Type
Constant String
Since
1.2
Description
The URL defines the location of the CSV-file for this datasource. Because the location is described as URL, you can open files from your local file system, documents via HTTP or other resources with a CSV-source. These are the most common used forms of URLs for CSV-Sources:
- file://<path> for files stored on a file-system
- http://<server>:<port>/<location> for files accessible via HTTP
Examples
URL = "file://c:/data.csv"
URL = "http://myserver/data.csv"
