Commit 4bbac15a by chenyuanjie

搜索词详情页增加抓取数据

parent c25353de
...@@ -27,10 +27,10 @@ if __name__ == '__main__': ...@@ -27,10 +27,10 @@ if __name__ == '__main__':
created_time, created_time,
updated_time, updated_time,
quantity_being_sold_str, quantity_being_sold_str,
-- result_count, REPLACE(REPLACE(REPLACE(result_count, E'\n',' '), E'\r',' '), E'\t',' ') AS result_count,
REPLACE(REPLACE(REPLACE(result_count, E'\n',' '), E'\r',' '), E'\t',' ') AS result_count, REPLACE(REPLACE(REPLACE(departments, E'\n',' '), E'\r',' '), E'\t',' ') AS departments,
REPLACE(REPLACE(REPLACE(departments, E'\n',' '), E'\r',' '), E'\t',' ') AS departments REPLACE(REPLACE(REPLACE(filter_refinements, E'\n',' '), E'\r',' '), E'\t',' ') AS filter_refinements,
-- departments REPLACE(REPLACE(REPLACE(brand_badge, E'\n',' '), E'\r',' '), E'\t',' ') AS brand_badge
from {import_table} from {import_table}
where 1=1 where 1=1
and \$CONDITIONS and \$CONDITIONS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment