file | ClickHouse Documentation
https://clickhouse.com/docs/en/sql-reference/table-functions/fileParameters. path — The relative path to the file from user_files_path.Path to file support following globs in read-only mode: *, ?, {abc,def} and {N..M} where N, M — numbers, 'abc', 'def' — strings. format — The format of the file.; structure — Structure of the table. Format: 'column1_name column1_type, column2_name column2_type, ...'. Returned value. A table with the specified ...
file | ClickHouse Documentation
clickhouse.com › table-functions › fileformat — The format of the file. structure — Structure of the table. Format: 'column1_name column1_type, column2_name column2_type, ...'. Returned value. A table with the specified structure for reading or writing data in the specified file. Examples. Setting user_files_path and the contents of the file test.csv: