mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
46 lines
1.2 KiB
XML
46 lines
1.2 KiB
XML
<yandex>
|
|
<dictionary>
|
|
<name>test_file</name>
|
|
|
|
<source>
|
|
<file>
|
|
<path>/etc/clickhouse-server/config.d/source.csv</path>
|
|
<format>CSVWithNames</format>
|
|
</file>
|
|
|
|
<settings>
|
|
<format_csv_allow_single_quotes>0</format_csv_allow_single_quotes>
|
|
<format_csv_allow_double_quotes>0</format_csv_allow_double_quotes>
|
|
</settings>
|
|
|
|
</source>
|
|
|
|
<lifetime>600</lifetime>
|
|
|
|
<layout>
|
|
<flat/>
|
|
</layout>
|
|
|
|
<structure>
|
|
<id>
|
|
<name>id</name>
|
|
</id>
|
|
<attribute>
|
|
<name>first</name>
|
|
<type>String</type>
|
|
<null_value></null_value>
|
|
</attribute>
|
|
<attribute>
|
|
<name>second</name>
|
|
<type>String</type>
|
|
<null_value></null_value>
|
|
</attribute>
|
|
<attribute>
|
|
<name>third</name>
|
|
<type>String</type>
|
|
<null_value></null_value>
|
|
</attribute>
|
|
</structure>
|
|
</dictionary>
|
|
</yandex>
|