CSV Data Sources¶
To use a CSV file as a data source to assign values to variables in a VDP job created using a parameterized query (see section VDP Extraction Section, a CSV data source needs to be defined that references to that file.
When creating a CSV data source, the following parameters must be specified:
File. The path to the file. Depending on whether the check box
Upload to server is checked or not (checked by default), the file will be uploaded to the server or not. In this latter case, the user must specify a path that is local to the server (absolute or relative to $DENODO_HOME) where the file is stored. It is important to note that the CSV files referenced by CSV data sources created with the “Upload to server” check box unchecked will not be included in the ZIP file generated when exporting their parent project.
Separator. The column separator to be used to obtain the file tuples. The tuples separator is assumed to be the carriage return.
Note
The maximum size for a CSV file uploaded to the server is 100 MB.
Note
The CSV files must have a header row.