ExcelFileSource
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 Excel file. |
| delimiter | string | , | Excel delimiter. |
| encoding | string | utf-8 | Excel file encoding. |
| has_header | boolean | True | Whether Excel has a header row. |