CSVFileSource
Attributes
Field | Type | Default | Description |
---|---|---|---|
path | string | None | A unique path to this object |
name | string | None | The unique name of the object across the entire project. |
file_path | string | None | The path to the file that contains the object definition. |
type | string | None | |
file | string | None | Path to the CSV file. |
delimiter | string | , | CSV delimiter. |
encoding | string | utf-8 | CSV file encoding. |
has_header | boolean | True | Whether CSV has a header row. |