CSV File
Load data from a local CSV file.
Connection Properties
| Property | Description |
|---|---|
| File Path | Absolute path to the CSV file on your machine. |
| Delimiter | The column separator. Default is comma (,). |
| Has Header Row | Whether the first row contains column names. |
| Encoding | File encoding: UTF-8, ASCII, Unicode, or UTF-32. |
Authentication Methods
- None: No authentication needed (it's a local file).
Tips
- Semantic Modeler infers data types from the file contents.
- If your file uses semicolons, tabs, or pipes as delimiters, change the Delimiter setting accordingly.
- The file must be accessible from your machine at the specified path.