2021-09-19 22:38:53 +00:00
|
|
|
<clickhouse>
|
2020-04-08 21:48:00 +00:00
|
|
|
<dictionary>
|
|
|
|
<name>test_file</name>
|
|
|
|
|
|
|
|
<source>
|
|
|
|
<file>
|
2021-06-09 15:49:18 +00:00
|
|
|
<path>/etc/clickhouse-server/dictionaries/source.csv</path>
|
2020-04-08 21:48:00 +00:00
|
|
|
<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>
|
2021-09-19 22:38:53 +00:00
|
|
|
</clickhouse>
|