From f50c0f0f61aa3b37c303769590da684cfe9b7b88 Mon Sep 17 00:00:00 2001 From: lishu Date: Thu, 29 Nov 2018 18:04:28 +0800 Subject: [PATCH] =?UTF-8?q?sifter=E5=A2=9E=E5=8A=A0tableinfo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/conf/sifter/table_info.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bin/conf/sifter/table_info.conf diff --git a/bin/conf/sifter/table_info.conf b/bin/conf/sifter/table_info.conf new file mode 100644 index 0000000..ae0c330 --- /dev/null +++ b/bin/conf/sifter/table_info.conf @@ -0,0 +1,11 @@ +#each collumn seperate with '\t' +#id (0~65535( +#name string +#type one of ip,expr,compile or plugin +#src_charset one of GBK,BIG5,UNICODE,UTF8 +#dst_charset combined by GBK,BIG5,UNICODE,UTF8,seperate with '/' +#do_merege yes or no +#id name type src_charset dst_charset do_merge +1 SIFTER_CONFIG_FULL compile GBK GBK no +2 SIFTER_GROUP group GBK GBK no +3 SIFTER_START expr GBK GBK yes