diff options
| author | lishu <[email protected]> | 2018-11-29 18:04:28 +0800 |
|---|---|---|
| committer | lishu <[email protected]> | 2018-11-29 18:04:28 +0800 |
| commit | f50c0f0f61aa3b37c303769590da684cfe9b7b88 (patch) | |
| tree | 6b3ad5daf4817fcab755df7c9875b986e1b1c0ee /bin | |
| parent | bca09696672c8c736882368e99eaaf083e8c2f81 (diff) | |
sifter增加tableinfo
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/conf/sifter/table_info.conf | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
